ac-css-reset
v1.1.1
Published
Reset CSS based in HTML5Doctor Reset with aditions from Aerochimps team.
Downloads
38
Readme
Aerochimps CSS Reset
This project use as base HTML5 Doctor Reset V1.6.1.
Usage
- Clone the repo or install via Bower
- Add a link to
dist/acReset.css
in your HTML pages<head>
Development
Dependencies
In order to run the development environment you need to have the following installed:
Start development environment
npm i
gulp
This will watch changes in sass/acReset.scss
and compile it to css/acReset.css
Genearete a new distribution version
- Do the changes/aditions that you need,
gulp dist
.
This will compile and minify styles from sass/acReset.css
to dist/acReset.css