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 2615d4bc64 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 remove bootstrap 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

Cripsy-Boilerplate - Less is more

Flat Sass Boilerplate gives you an amount of basic settings, components, helpers, mixins and functions.

The problem of most frameworks is they trying to hard adding a lot of styles, which has to be customized and documented if you used it for a Project. Often these changes cause a loss of performance and raise the probability of errors.

Coding Style

The boilerplate uses as coding style http://getbem.com/, but as a more simpler idea of it. One of the benefits of BEM is that you create components and can reuse them. But one the other hand it can be really strange if you overthinking it.

Not Fancy but Small

Components are created to give you a structure and a basic set of styles and not to look fancy. The idea is to extend each component and save time to write a bunch of extra CSS code and therefore get more performance while minimize the causes of errors. Of Course is really Fancy to get more Performance and less Errors.

Getting Started

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";