SCSS

🤔 How to use it in SCSS ????

Simple, just select CSS properties you want, right click, and choose what pattern you wanna apply into sorting functionality. It has two functionalities or concept, that's smaller to bigger and bigger to smaller.

But, in SCSS you have to look some rules especially if you use nested styling and you don't have to worry it's just simple rules.

Before :

scss-example-1

Single sort (smaller to bigger and bigger to smaller) in main style :

scss-example-2


scss-example-3

Multiple sort (smaller to bigger and bigger to smaller) in nested style :

sc-example-4


sc-example-5

Go to top 👆