File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ syn match cssBorderProp contained "\<box-decoration-break\>"
218218syn match cssBorderProp contained " \< box-shadow\> "
219219
220220" border-image attributes
221- syn keyword cssBorderAttr contained stretch repeat round space fill
221+ syn keyword cssBorderAttr contained stretch round space fill
222222
223223" border-style attributes
224224syn keyword cssBorderAttr contained dotted dashed solid double groove ridge inset outset
Original file line number Diff line number Diff line change @@ -158,3 +158,10 @@ and (max-device-width:1024px)
158158 page-break-after : avoid;
159159 page-break-inside : avoid;
160160}
161+
162+ /* issue 41 */
163+ # example2 {
164+ background-repeat : repeat;
165+ background-repeat : repeat-x;
166+ background-repeat : repeat-y;
167+ }
You can’t perform that action at this time.
0 commit comments