Skip to content

boycce/cherry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM Build Status

Install

This repository is distributed with NPM. After installing NPM, you can install Cherry CSS via:

npm install --save cherry

Version

  • ^1.0 has been rewritten to use Dart SASS
  • ^0.1 uses node-sass

Usage

After installation, you can then import the SCSS into your project sourcing from your node_modules directory:

@import "../node_modules/cherry/cherry.scss";

// Or to modify the SASS variables, import like so

@import "../node_modules/cherry/scss/variables.scss";
// Your variable definitions here
// e.g. $primary: blue;
@import "../node_modules/cherry/cherry.scss";

Browser Support

Cherry uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, Cherry is compatible with recent versions of:

  • Chrome
  • Edge
  • Explorer 10+ (partially supported)
  • Firefox
  • Opera
  • Safari

Special Thanks

Willy Blandin The Bulma Project

Copyright and license

Copyright 2019 Ricky Boyce. Code released under the MIT license.

About

🍒 Minimal and comprehensible CSS framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published