Skip to content

Responsive and pure CSS framework built on Flexbox. 🍍

License

Notifications You must be signed in to change notification settings

Nanasi-CSS/Nanasi-CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

91 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

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

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

npm i nanasi-css

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

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.