Dharmen Shah's Blog

Dharmen Shah's Blog

Follow
Follow
homeAbout MeJoin HashnodeSupport Mebadgesnewsletter
Tag

Sass

#sass

More content

Read more stories on Hashnode


Articles with this tag

Create size variant for Angular Material Button

Nov 22, 20232 min read

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...

Create size variant for Angular Material Button

Modify colors of Angular Material Button

Sep 18, 20231 min read

Struggling with changing colors of angular material buttons? Not anymore! Read on... Let’s assume that you have added Angular Material in your project...

Modify colors of Angular Material Button

Save some bytes when using multiple themes in angular material components

Sep 17, 20231 min read

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...

Save some bytes when using multiple themes in angular material components

InDepth Guide for Customizing Angular Material Button

Jun 11, 202212 min read

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...

InDepth Guide for Customizing Angular Material Button

Angular Material Theming System: Complete Guide

Dec 29, 202131 min read

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...

Angular Material Theming System: Complete Guide