Hi! Im creating a responsive CSS library powered by flexbox… the flexbox part is easy. the responsive part? easy when it works…
you guys should try too! I would use bootstrap but I hate using tech I dont understand/create. This was especially spurred with webflows flexbox only mode. I want to make a competitor to webflows and that starts with a easy to use modular stylesheet.
calling it “just chill” because of how easy flowing it is. for example…
<div class="container">
<div class="flex-row">
<div class="flex-laptop-12">
<div class="flex-row flex-justify-center">
<div class="flex-laptop-1 item-align-end"></div>
<div class="flex-laptop-1"></div>
<div class="flex-laptop-1"></div>
<div class="flex-laptop-1"></div>
<div class="flex-laptop-1"></div>
<div class="flex-laptop-1"></div>
<div class="flex-laptop-1"></div>
<div class="flex-laptop-1"></div>
<div class="flex-laptop-1"></div>
<div class="flex-laptop-1"></div>
<div class="flex-laptop-1"></div>
<div class="flex-laptop-1"></div>
</div>
</div>
</div>
</div>
SUPER readable right? If you have used any css library you already know that the laptop part is the break point. Its so readable its crazy. all this col-sm-4
stuff just looks sloppy to me. I plan on going through with this.
If nothing else, then so that I have a CSS library that I feel entirely comfortable using when it comes to personal projects…