Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 490 Bytes

File metadata and controls

19 lines (12 loc) · 490 Bytes

Aejis CSS v2

Requirements

Aejis CSS v2 require normalize.css to be included before all styles and Autoprefixer in the build stack.

Usage

  • Copy lib folder to your project CSS folder in subfolder vendor
  • Add to main .scss file: @import 'vendor/aejis/main';

Generate and serve docs

  • npm install -g gulp
  • npm install
  • gulp docs

Then go to http://localhost:8000/index.html