mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
8 lines
110 B
CSS
8 lines
110 B
CSS
#import {
|
|
color: red;
|
|
}
|
|
@media (min-width: 600px) {
|
|
#css { color: yellow; }
|
|
|
|
}
|
|
this isn't very valid CSS.
|