mirror of
https://github.com/amix/vimrc
synced 2025-07-16 08:35:00 +08:00
update vimrc, add colors support
This commit is contained in:
25
sources_non_forked/vim-css-color/tests/example.sass
Normal file
25
sources_non_forked/vim-css-color/tests/example.sass
Normal file
@ -0,0 +1,25 @@
|
||||
i
|
||||
background: #359
|
||||
b
|
||||
background: #335599
|
||||
u
|
||||
background: rgba(144, 0, 0, .5)
|
||||
s
|
||||
background: hsl(0, 100%, 50%)
|
||||
|
||||
!color1 = #359
|
||||
!color2 = #335599
|
||||
!color3 = rgba(144, 0, 0, .5)
|
||||
!color4 = hsl(0, 100%, 50%)
|
||||
|
||||
/*
|
||||
* #123, #456
|
||||
*/
|
||||
|
||||
// #123456
|
||||
|
||||
ul
|
||||
color = white
|
||||
li
|
||||
color = yellow
|
||||
background = black
|
Reference in New Issue
Block a user