#sass
Read more stories on Hashnode
Articles with this tag
In this quick tutorial, we will learn how to create a smaller variant of Angular Material Button. Β· How to change size To make size changes work...
Struggling with changing colors of angular material buttons? Not anymore! Read on... Letβs assume that you have added Angular Material in your project...
Let's say you have a theme file called dark.scss like below. // src/styles/themes/dark.scss @use "sass:map"; @use "@angular/material" as mat; @use...
This guide is written for Angular Material version 13. I am soon going to launch an article series for latest versions. Learn more Introduction It is...
In this article, we will learn about custom themes, modifying typography and much more using new SASS mixins Β· This guide is written for Angular Material...