Open ckizer opened 3 years ago
https://github.com/tachyons-css/tachyons/issues/372 has a good (albeit dated) discussion on the difficulties of implementing css-grid
in tachyons, and whether it is compatible with the "spirit" of this project.
That said, the bigger question is what is the current status of the project? and is anyone in the community looking to take the lead. There's a (very stale) v5 branch and label floating around with talk of an extension system. I could see adding your grid implementation as an optional add-on/extension.
(There's also a v7 branch fwiw)
Grid support has been added here: https://github.com/tachyons-css/tachyons/pull/705
CSS Grid doesn't often need a lot of predefined css classes. However, I've found some really useful ones that I use often. I'd love to see support for
display: grid
in the form of.dg
There's currently no modern css library that includes default grid styles. Tachyons could be the first one to include some predefined grid styles.
Often in development you really only need between 1-6 columns, and many times equal width. You can also set the default flow to columns or rows.
Grids are a great compliment to Tachyon. Having a few basic classes, will probably leave a lot of developers preferring grid classes.
Here's mine (Sass)