UNPKG

simplify-css

Version:

Simplify is utility-first modern CSS framework.

61 lines 2.23 kB
��# Simplify-css Simplify-css is a **utility-first modern CSS framework** based on Flexbox. ## Quick install Simplify is constantly in development! Try it out now: ### NPM ```sh npm i simplify-css ``` **or** ### Yarn ```sh yarn add simplify-css ``` ### Bower ```sh bower install simplify-css ``` ### Import After installation, you can import the CSS file into your project using this snippet: ```sh import 'simplify-css/css/simplify.css' ``` Feel free to raise an issue or submit a pull request. ## Browser Support Simplify-css uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most) Flexbox features compatible with earlier browser versions. According to [Can I use](https://caniuse.com/#feat=flexbox), simplify-css is compatible with **recent** versions of: * Chrome * Edge * Firefox * Opera * Safari Internet Explorer (10+) is only partially supported. ## Documentation Comming soon...... ## Copyright and license Code copyright 2019 Kishor Kumar Namdeo. [npm-link]: https://www.npmjs.com/package/simplify-css