1
0
Fork 0
mirror of synced 2024-07-02 05:21:09 -04:00
ultimate-vim/sources_non_forked/vim-css-color/tests/example.css
2017-11-27 13:43:13 +08:00

25 lines
361 B
CSS

i { background: #359 }
b { background: #335599 }
u { background: rgba(144, 0, 0, .5) }
s { background: hsl(0, 100%, 50%) }
*::color1 { -x-: #359 }
*::color2 { -x-: #335599 }
*::color3 { -x-: rgba(144, 0, 0, .5) }
*::color4 { -x-: hsl(0, 100%, 50%) }
/*
* #123, #456
*/
/* #123456 */
ul {
color: white;
}
ul li {
color: yellow;
background: black;
}