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:
It's light: less than 12Kb
It’s powerful: create Flexbox-based layouts in few lines of code
No preset graphic style: it helps you create layouts without messing up your life
No conflicts with other used framework in the same project: all classes start with the sb- prefix
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)
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:
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: