Name | Type | Location | Description |
---|---|---|---|
main.css | file |
drupal/ |
/* main.css */ @import "import.css"; @import url('more/evenmore/deep1.css'); body { color: black; } |
main.css | file |
drupal/ |
@import url("fonts.css"); body { background: black; } |