Answers for "scss include another file"

CSS
0

scss include

// style.scss,  sass will discontinue @include 
@use 'foundation/code';
@use 'foundation/lists';
Posted by: Guest on October-07-2021

Code answers related to "scss include another file"

Browse Popular Code Answers by Language