diff options
Diffstat (limited to 'test/indent/css-mode.css')
| -rw-r--r-- | test/indent/css-mode.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/indent/css-mode.css b/test/indent/css-mode.css index 4dbab06975c..564ac16f954 100644 --- a/test/indent/css-mode.css +++ b/test/indent/css-mode.css | |||
| @@ -1,7 +1,17 @@ | |||
| 1 | /* asdfasdf */ | ||
| 2 | |||
| 1 | .xxx | 3 | .xxx |
| 2 | { | 4 | { |
| 3 | } | 5 | } |
| 4 | 6 | ||
| 7 | article[role="main"] { | ||
| 8 | width: 60%; | ||
| 9 | } | ||
| 10 | |||
| 11 | /* asdfasdf */ | ||
| 12 | @foo x2 { | ||
| 13 | bla:toto; | ||
| 14 | } | ||
| 5 | .x2 | 15 | .x2 |
| 6 | { | 16 | { |
| 7 | foo: bar; | 17 | foo: bar; |