Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Björn 0398657ece adding 5 years ago
assets/iconmoon adding 5 years ago
dist adding 5 years ago
src adding 5 years ago
.gitignore adding new header 6 years ago
LICENSE adding body 7 years ago
README.md adding 5 years ago
mix-manifest.json adding 5 years ago
package.json adding 5 years ago
webpack.mix.js adding 5 years ago

README.md

Crispy - Lightweight CSS / SASS Framework

Installation

npm install crispy-boilerplate

Main SCSS-File:

@import
    "crispy";

After this, include Mixins you need:

@include crispy__*()

To overwrite defaults simple add your own config-file after importing crispy:

@import
    "crispy",
    "config";