mirror of
https://github.com/danog/mklwp.git
synced 2024-12-03 10:08:03 +01: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); |