0.0.8 • Published 5 years ago
drifte-sass-helpers v0.0.8
SASS Helpers
Installation
npm install drifte-sass-helpers --save-devUsage
Update sass includePaths to include node_modules, then add the following import to your scss files:
@import "drifte-sass-helpers/css";Use single modules with
@import "drifte-sass-helpers/css/flex";VS Code Intellisense
Enable implicit autocomplete by installing SCSS IntelliSense and adding the following setting to settings.json:
"scss.scannerExclude": [
"**/.git",
"**/node_modules/!(drifte-sass-helpers)",
"**/bower_components"
]