项目作者: Nanasi-CSS

项目描述 :
Responsive and pure CSS framework built on Flexbox. 🍍
高级语言: JavaScript
项目地址: git://github.com/Nanasi-CSS/Nanasi-CSS.git
创建时间: 2019-04-15T15:39:31Z
项目社区:https://github.com/Nanasi-CSS/Nanasi-CSS

开源协议:MIT License

下载


Nanasi.CSS

Nanasi.CSS is a responsive and pure CSS framework you can use as a basis for creating websites or web applications.
Made with ❤️ in Tanzania.



made in tanzania


MIT License

code style: prettier

Nanasi: Responsive and pure CSS

Progress 🚀

Currently in Beta

Features

  • Small and simple
  • Responsive and fluid
  • Pure CSS
  • Based on Flexbox
  • Easy to extend & customize
  • BEM ready (Block, Element, Modifier)
  • No headaches 😉

Usage

Clone this repo

  1. https://github.com/Nanasi-CSS/Nanasi-CSS.git

or install via NPM (Must have Node & NPM installed beforehand)

  1. npm i nanasi-css

Nanasi CSS uses a 12 column flex box layout. Simply, set up your html file in the below format:

  1. <body>
  2. <div class="wrapper">
  3. <div class="container">
  4. <div class="column"></div>
  5. </div>
  6. </div>
  7. <body>

Inside the container and column classes you can add your own custom classes.

Browser Support

Chrome Firefox Edge IE Safari Opera
Latest ✔ Latest ✔ Latest ✔ 11+ ✔ 9.1+ ✔ Latest ✔

Contributors ✨

Thanks goes to these wonderful people:






Geofrey (Xvr) Kivaru
Geofrey (Xvr) Kivaru

💻
Alpha Olomi
Alpha Olomi

💻

Contributing

Pull requests are welcome. Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
NOTE: Every line of code should appear to be written by a single person, no matter the number of contributors.

Security

If you discover any security related issues, please email geofreyxvr@gmail.com instead of using the issue tracker.

License

The MIT License. Please see License File for more information.