Skip to content

Webpack environment ready to compile sass/scss and add autoprefixes to the resulting css.

License

Notifications You must be signed in to change notification settings

TheStarRocker/compile-sass-with-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile Sass With Webpack.

Webpack environment ready to compile sass/scss and add autoprefixes to the resulting css.

Getting Started

Installing the dependencies.

$ yarn install
$ npm install

Scripts

After importing the sass/scss files into index.js, run the following to compile sass/scss into css.

Development

$ yarn run dev
$ npm run dev

Production

$ yarn run prod
$ npm run prod

Delete the dist/ folder generated when compiling the files.

$ yarn run clean
$ npm run clean

About

Webpack environment ready to compile sass/scss and add autoprefixes to the resulting css.

Resources

License

Stars

Watchers

Forks

Packages

No packages published