ricardodorosario / css-generator

Css generator with Sass and Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

css-generator

Css generator with Sass and Webpack

Execution sequence:

Installing the dependencies:

npm install

Starting the style.css inline generator

npm run start:watch

Starting the html example on port 3000

npm run start

Generating the style.min.css file

npm run build

Where are the files?

Put the scss files here: ./app/scss/

Put a style.scss file (required) in the directory above

The html example is here: ./app/test/

The style.css inline will be created here: ./app/test/css/

After you build your project, the style.min.css will be here: ./dist/

About

Css generator with Sass and Webpack

License:GNU General Public License v3.0


Languages

Language:CSS 68.9%Language:HTML 31.0%Language:JavaScript 0.1%