pixelastic / norska

🏔️ Custom SSG using Pug, Webpack, PostCSS and Tailwind.
https://projects.pixelastic.com/norska/
MIT License
8 stars 0 forks source link

Improve flexbox classes #116

Closed pixelastic closed 3 years ago

pixelastic commented 3 years ago
  • components can be articulated around the main axis using justify-* properties
  • components can be articulated around the cross axis using align-* properties!

Maybe creating some flex-main-center, flex-cross-left properties would be easier than using the one set by Tailwind? I always struggle knowing how to align stuff.

pixelastic commented 3 years ago

Done