Answers for "sass how to use vars from another file"

CSS
0

sass variables across files

// assets/_master.scss 
$accent: #6D87A7;           
$error: #811702;
Posted by: Guest on January-26-2021

Code answers related to "sass how to use vars from another file"

Browse Popular Code Answers by Language