Previously, the `preload`, `preconnect` and `dns-prefetch` keywords took precedence over the others. When these keywords were present the default fetch processing steps would not occur even when a relevant keyword such as `stylesheet` or `icon` was present.
3 lines
48 B
CSS
3 lines
48 B
CSS
div {
|
|
background-color: green !important;
|
|
}
|