зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
303 B
HTML
17 строки
303 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
@import url("data:text/css,.import { color: green }");
|
||
|
div { color: red }
|
||
|
@media {
|
||
|
.media { color: green }
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="import">test</div>
|
||
|
<div class="media">test</div>
|
||
|
<body>
|
||
|
</html>
|