Use a custom, empty theme and stop importing reset-to-defaults.css. This avoids overwriting initial values, so our initial value filtering works better.
8 lines
67 B
CSS
8 lines
67 B
CSS
box {
|
|
color: red;
|
|
}
|
|
|
|
label {
|
|
background-color: currentColor;
|
|
}
|