Answers for "sass variables in other file"

CSS
1

import mixin from another file

@import "../../../theme/main.scss"
Posted by: Guest on July-20-2020
0

sass variables across files

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

Code answers related to "sass variables in other file"

Browse Popular Code Answers by Language