JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q22361F
  • License MIT

Minimal and comprehensible CSS framework

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.

NPM Build Status

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 2019 Ricky Boyce. Code released under the MIT license.