mirror of
https://github.com/Llewellynvdm/front-end-frameworks.git
synced 2024-11-14 16:14:03 +00:00
3 lines
138 B
CSS
3 lines
138 B
CSS
@import url("screen.css");
|
|
@import url("non-screen.css") handheld;
|
|
@import url("non-screen.css") only screen and (max-device-width:640px); |