A tiny as possible boilerplate for rapid websites development using the mobile-first approach. This is built to be used alongside with stylus.
- Node.js (Required by stylus).
- Stylus installed. Just
npm install -g stylus.
- Take
stylesheetsand copy it to yourpublic_html/or whatever you call it. - Run
$ stylus stylesheets/style.styl - Link the resulting
stylesheets/style.cssto your HTML. - Make changes to anything at
stylesheets/and re-run steps 2 and 3.
Remember, each change you make to stylesheets/style.css will be rewritten with the compiled version thrown by stylus, so please make your changes on the styl files instead of the css directly.
