codyhouse / codyhouse-framework

A lightweight front-end framework for building accessible, bespoke interfaces.
https://codyhouse.co/
MIT License
1.16k stars 173 forks source link

Problem with breakpoint classes "\@xl" #23

Closed w3work closed 5 years ago

w3work commented 5 years ago

I updated my codyhouse project to V2.0.0 and i dont get the breakpoint classes to work. Probably this was allready not working in V1.2.0 but here for example the class names were different, so i didn't noticed this.

For example this one: "display\@xl" or this "hide\@xl". It is a strange problem, because no styles seems to defined here. But when i have a look in my style.css file, the styles are there. I have this in my styles.css file: @media (min-width: 90rem) { .hide\@xl { display: none !important; } }

I dont know why this is not working. Seems this "\@" gets erased, because if i try "hidexl" it is working.

Regards Sven