// creating scss variables $text-color: rgb(223, 0, 0); $bg-color: silver; $hover-text-color: rgb(255, 255, 255); .container{ background-color: $bg-color; // This is how you can use it. } // You can also store this kind of tings. // strings, num...
sumanpaik.hashnode.dev1 min readNo responses yet.