forked from AuroraMiddleware/gtk
0f32919503
This is causing warnings now that make the tests fail.
12 lines
205 B
CSS
12 lines
205 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
.background {
|
|
background-image: linear-gradient(to right, blue, blue);
|
|
background-size: 0%;
|
|
}
|
|
|
|
#reference {
|
|
background-image: initial;
|
|
background-size: initial;
|
|
}
|