This project use as base HTML5 Doctor Reset V1.6.1.
- Clone the repo or install via Bower
- Add a link to
dist/ac-css-reset.css
in your HTML pages<head>
In order to run the development environment you need to have the following installed:
npm i
gulp
This will watch changes in sass/ac-css-reset.scss
and compile it to css/ac-css-reset.css
- Do the changes/aditions that you need,
gulp dist
.
This will compile and minify styles from sass/ac-css-reset.css
to dist/ac-css-reset.css