common-sass-config
v1.1.0
Published
Reusable sass configuration to save time from writing boilerplate code all over again'
Readme
common-sass-config
NPM package for projects to save time by writing less boilerplate code for SASS/SCSS
Installation
npm install common-sass-config
yarn add common-sass-configUsage
After installation run the command:
node node_modules/common-sass-config/install.jsThis 👆🏻will extract configuration folders to your directory and you can use them right away, also you can change it depending on your requirements
Update
To update for a new version:
npm install common-sass-config@latest
yarn add common-sass-config@latestAfter installing the new version:
node node_modules/common-sass-config/install.jsThis 👆 will reflect changes in the local version by creating .backup files for each changed local file, you can delete .backup files after checking and comparing them
Done! Happy coding~
