mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
follow WD-css-masking-1-20131029
This commit is contained in:
@@ -256,11 +256,11 @@
|
||||
}
|
||||
|
||||
.masking {
|
||||
mask-image: evenodd;
|
||||
mask-image: alpha;
|
||||
mask-source-type: luminance;
|
||||
mask-repeat: alpha;
|
||||
mask-position: auto;
|
||||
mask-clip: auto;
|
||||
mask-repeat: no-clip;
|
||||
mask-position: nonzero;
|
||||
mask-clip: evenodd;
|
||||
mask-origin: auto;
|
||||
mask-size: auto;
|
||||
mask: auto;
|
||||
|
||||
Reference in New Issue
Block a user