Package Exports
- css-cherry
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (css-cherry) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Cherry
Cherry is a minimal and comprehensible CSS framework.
Install
This repository is distributed with NPM. After installing NPM, you can install Cherry CSS via:
npm install --save css-cherry
Usage
After installation, you can then import the SCSS into your project sourcing from your node_modules
directory:
@import "../node_modules/css-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
Documentation
Coming soon...
Copyright and license
Copyright 2019 Ricky Boyce. Code released under the MIT license.