1.0.0 • Published 4 years ago

csspie v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

CSSpie

CSSpie is a css framework that allows you to customize its functionality by configuring and then compiling the css as you wish

Installation

Globally with npm

$ npm i -g csspie

From repository

Clone repository, and type:

$ npm i -g

Usage

Create primary config-file with:

$ csspie create <flag>
After that the config file and styles were generated
And you can change the settings to your liking and recompile styles file

Compile styles:

$ csspie compile <path-to-config>

Congratulations!

Now you can use styles.css file in your project!
1.0.0

4 years ago