PureCSS responsive classes nor working
fabionolasco opened this issue · 2 comments
fabionolasco commented
Description
Not able to able to get PureCSS's responsive classes to work.
Expected behavior
The LG SM MD based classes should kick in when the screen size is changed.
Actual behavior
Nothing happens.
Steps to Reproduce
Please check plnkr
https://plnkr.co/edit/Aor9A3wpfeeP2CEY
Environment
Chrome 87
magikstm commented
Try to add this line in the header:
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.3/build/grids-responsive-min.css" />
It'll add responsive grids.
redonkulus commented
@magikstm thanks for answering the issue. @fabionolasco please comment if this does not solve your issue.