In essence, tests are not an importable submodule anymore but an independent piece of code that won't be installed in a user's site-packages directory.
7 lines
76 B
CSS
7 lines
76 B
CSS
@-ms-viewport {
|
|
width: device-width;
|
|
}
|
|
@viewport {
|
|
width: device-width;
|
|
}
|