codyhouse/codyhouse-framework

Width classes are not responsive

emilycritter opened this issue · 2 comments

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.

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

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