wadehammes / base-css4

This is a starter template using PostCSS and Panini templating

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base CSS4 (v2)

#####USE (install NPM): Clone this repo into your code directory and remove the .git file:

$ cd your/development/directory/
$ git clone git@github.com:wadehammes/base-css4.git your-project-name
$ cd your-project-name
$ rm -rf .git
$ npm install

Run Gulp:

$ gulp

Your project should compile successfully.

Using this to build

All theme dev is done in src/ and uses ZURBs Panini for templating. See https://github.com/zurb/panini for more. CSS is compiled with PostCSS and uses the new PostCSS Preset Env which gives you access to in proposal future CSS.

About

This is a starter template using PostCSS and Panini templating


Languages

Language:CSS 49.8%Language:JavaScript 45.7%Language:HTML 4.5%