Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97371

why SASS @use rule is not working in vs code?

$
0
0
functions/_space.sass
// some colors
 .test 
    margin: 0


colors/_colors.sass
// some colors
$primary: #007bff


style.sass

/**
 * @application tools
 *
 */ 
@forward 'colors/colors'
@forward 'functions/space'

All of these code generates error in my style.css file. resource


Viewing all articles
Browse latest Browse all 97371

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>