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

Width classes are not responsive #78

Closed emilycritter closed 3 years ago

emilycritter commented 3 years ago

https://codyhouse.co/ds/docs/framework/util-width#responsive image

Classes such as width-auto@md have no associated css. Is this intentional? The documentation (included above) makes it sound like the responsive variations of "width" classes are available.

sebastiano-guerriero commented 3 years ago

Hi Emily, you should look for width-auto\@md in the CSS file. Special characters such as @ require \ when used in CSS. The responsive classes are working fine, here's an example that imports the CSS from the repo: https://codepen.io/codyhouse/pen/YzpKENV?editors=1100

emilycritter commented 3 years ago

Looks like we were using an old export of the base/ css files. Thank you!