1.0.1 • Published 4 years ago

nanasi-css v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Progress 🚀

New version 1.2 coming soon!! .

Features

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

Usage

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

<body>
  <div class="wrapper">
    <div class="container">
    <div class="column"></div>
    </div>
  </div>
<body>

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

Browser Support

ChromeFirefoxEdgeIESafariOpera
Latest ✔Latest ✔Latest ✔11+ ✔9.1+ ✔Latest ✔

Contributors ✨

Thanks goes to these wonderful people:

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.