Great work, but what about changing css class `main` name
NathanielInman opened this issue · 1 comments
NathanielInman commented
Great work on the css, what do you feel about changing the container class from main
which is generic and can easily collide with other libraries or existing css with something more specific to the purpose of the library like grid
, smart-grid
, grid-container
or smart-grid-container
. Thanks 😄
vladocar commented
@NathanielInman I build many CSS libraries and I almost always use the "main". Its simple, clean and people know and understand what it does. And the best part is only 4 characters and I love to micro optimise :) But the best part of this project is anyone can change the .main with any other preferred name and it will not brake the system.
Thank you for the your suggestion!