Skip to content

A simple example showing that SASS/SCSS vars propagate to imported files.

Notifications You must be signed in to change notification settings

dennishall/node-sass-vars-propagate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple example showing that SASS/SCSS vars propagate to imported files.

$ npm run node-sass-css

runs the node-sass-css compilation task, creates an mb and an fl css file, with different fonts due to the global var propagating to the subsequently imported files.

$ npm run gulp-sass-css

runs the gulp-sass-css compilation task, creates an mb and an fl css file, with different fonts due to the global var propagating to the subsequently imported files.

Note:

This example is meant to be as simple as possible, so please forgive the simplicity of the build scripts, directory structure, and anything else that bugs you. Thanks.

Releases

No releases published

Packages

No packages published