mirror of
https://github.com/Llewellynvdm/front-end-frameworks.git
synced 2024-11-11 23:15:46 +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);
|