egoist / hack

⛷ Dead simple CSS framework.
https://hackcss.egoist.dev
MIT License
2.6k stars 140 forks source link

Standard theme breaks .grid class for ul/ol #62

Open mgoerlich-dev opened 6 years ago

mgoerlich-dev commented 6 years ago

https://github.com/egoist/hack/blob/022aba577fc27a30a247316d2312829eb50c37da/src/css/themes/standard.css#L34

Hey there,

I tried to make a navigation using an ul and giving it the .grid.-around classes, but this line in the standard theme seem to break it, so I'll have to do it by myself in my CSS. Thats not a deal breaker, but since ul and ol are block-level elements by default, I don't see the point of redefinig that…

mgoerlich-dev commented 6 years ago

Can I get some feedback on this? Is there some specific reason for this?

ghost commented 6 years ago

hi @strflw could you produce an image, describe which browsers are exhibiting the issue you observed and provide a simplified test case to make this reproducible? thanks

mgoerlich-dev commented 6 years ago

Currently I'm pretty busy, but I'll try to provide an example next weekend.