Skip to content

A basic PostCSS starting template available in various flavors

Notifications You must be signed in to change notification settings

abradifcode/postcss-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • CSS 2.8%