mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-01-21 16:42:05 +08:00
Merge pull request #13 from fragmer/master
Correct spelling of "page-policy" property.
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
syn match cssGeneratedContentProp contained "\<move-to\>"
|
syn match cssGeneratedContentProp contained "\<move-to\>"
|
||||||
syn match cssGeneratedContentProp contained "\<page-polcy\>"
|
syn match cssGeneratedContentProp contained "\<page-policy\>"
|
||||||
syn keyword cssGeneratedContentAttr contained inhibit here first last
|
syn keyword cssGeneratedContentAttr contained inhibit here first last
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
move-to: inhibit;
|
move-to: inhibit;
|
||||||
page-polcy: here;
|
page-policy: here;
|
||||||
display: first;
|
display: first;
|
||||||
display: last;
|
display: last;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user