awesome-css-group / awesome-css

:art: A curated contents of amazing CSS :)
Creative Commons Attribution Share Alike 4.0 International
5.04k stars 422 forks source link

Add Strawberry into CSS Framework #150

Closed jfet97 closed 6 years ago

jfet97 commented 6 years ago

What does this PR do?

This is a request to add Strawberry into CSS Framework

Which issue is this PR related to?

Strawberry is a new flexbox based CSS micro-framework, a set of common flexbox's utilities focused on making life easier and faster with nested flexboxes. You can easily create nested flexboxes directly from the container. (contributing guidelines - point c & d) So it can also considered like a fallback for CSS Grid. (contributing guidelines - point c & d)

Some good points of it:

  1. It's light: less than 12Kb
  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 (contributing guidelines - point c)

I started this project on June 5th 2018, it is written in SASS and it could be installed using node, forking the repo or using the CDN. (so I am not point a & point b compliant, but maybe this project could be interesting anyway)

Useful links:

Rishabh04-02 commented 6 years ago

Thanks for contributing @jfet97

jfet97 commented 6 years ago

@Rishabh04-02 thank you!