blob: 79c48b0c9ce8a1b4a82e2dad47f79c680aa80131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
@import "reset-to-defaults.css";
window {
background-color: black;
}
box {
background-color: @doesntexist;
box-shadow: @nonexistant 5px 5px;
border-image: linear-gradient(to top, @notaavailable, @whatever);
}
#reference {
background-color: transparent;
box-shadow: none;
border-image: none;
}
|