mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
2
after/syntax/css/mixins-1.vim
Normal file
2
after/syntax/css/mixins-1.vim
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
syn keyword cssFontProp contained result
|
||||||
|
syn match cssFontDescriptor "@function\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
|
||||||
@@ -763,6 +763,10 @@ mask {
|
|||||||
mask-type: auto;
|
mask-type: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@function mixins-1() {
|
||||||
|
result: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.motion-1 {
|
.motion-1 {
|
||||||
offset-path: auto;
|
offset-path: auto;
|
||||||
offset-distance: auto;
|
offset-distance: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user