sitetent / tentcss

:herb: A CSS survival kit. Includes only the essentials to make camp.
http://css.sitetent.com/
MIT License
406 stars 31 forks source link

Flex and grid mixins to allow for semantic class naming #7

Open ulinaaron opened 7 years ago

ulinaaron commented 7 years ago

Tent CSS is designed to be unsemantic by nature. The framework is more or less made up by chaining together classes to create components. While this is fine for most developers some may wish to use the objects and components with their own class names instead.

To do this much of the flex and grid objects will have to be rewrote to employ mixins. From a CSS distribution point of view this should have no real effect. This will only effect developers that wish to roll their own CSS output using the SCSS source files.

ulinaaron commented 7 years ago

This issue is a candidate for an upcoming release, I will move forward with the development on this.