jfet97 / strawberry

A new flexbox based CSS micro-framework.

Home Page:https://jfet97.github.io/strawberry/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strawberry-css logo



NPM version license

Strawberry CSS

What

Strawberry is a new flexbox based CSS micro-framework. A set of common flexbox's utilities focused on making your life easier and faster with nested flexboxes.

Have a look at the website
Read about it on Medium.

How

$ npm i --save strawberry-css

or

<link rel="stylesheet" href="https://unpkg.com/strawberry-css/dist/strawberry.min.css">

Why

  1. It's light: less than 34Kb
  2. It’s powerful: create Flexbox-based layouts in few lines of code
  3. No preset graphic style: it helps you create layouts without messing up your life
  4. No conflicts with other used framework in the same project: all classes start with the sb- prefix
  5. Easy to override: strawberry never use !important

Wiki

Read the wiki!

Bugs

Have you found something wrong?

  1. Read and apply these guidelines
  2. Feel free to open an issue or to email us at [andrysimo1997@gmail.com].

Features

Would you like to see a new feature added?

  1. Read and apply these guidelines
  2. Feel free to open an issue or to email us at [andrysimo1997@gmail.com].

Examples

I'm working on them. Stay Tuned!

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, click here.

Author

  • Andrea Simone Costa aka jfet97

See also the list of contributors who participated in this project.

Contacts

License

MIT

About

A new flexbox based CSS micro-framework.

https://jfet97.github.io/strawberry/

License:MIT License


Languages

Language:CSS 100.0%