Open webshopboys opened 6 years ago
Hi, can I change css "width rules"? In my case xs is to wide, so I would like to change for example:
@media only screen and (min-width: 48em) to @media only screen and (min-width: 33em)
and so on. But it is a built-in css. There is any possibility to change it?
Thanks. Karl
+1 Please add variable support for this. So we can change them.
I will accept pull requests.
Sent with GitHawk
Hi, can I change css "width rules"? In my case xs is to wide, so I would like to change for example:
@media only screen and (min-width: 48em) to @media only screen and (min-width: 33em)
and so on. But it is a built-in css. There is any possibility to change it?
Thanks. Karl