Omar12 / postcss-starter

A basic PostCSS starting template available in various flavors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostCSS Starter

PostCSS Starter provides you various flavors to start using it.

  • Modern CSS features (CSS Next)
  • PreProcessor Like (Flavored)

Prerequisites

  • Node
  • gulp
  • git

Installation

If you want to play with everything, run npm install from master. This will install all the dependencies from all the branches. Subsequently, you can switch to the desired branch and run npm install and only install what's dependent on that branch.

Modern CSS features (CSSNext)

To start using CSSNext Package, switch to the cssnext branch:

git checkout cssnext

PreProcessor Flavored

To use PreProcessor (Sass or Less) like features, switch to the preprocessor-like branch:

git checkout preprocessor-like

About

A basic PostCSS starting template available in various flavors


Languages

Language:JavaScript 97.2%Language:CSS 2.8%