summaryrefslogtreecommitdiff
path: root/test/manual/indent/css-mode.css
diff options
context:
space:
mode:
Diffstat (limited to 'test/manual/indent/css-mode.css')
-rw-r--r--test/manual/indent/css-mode.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/manual/indent/css-mode.css b/test/manual/indent/css-mode.css
index ecf6c3c0ca5..041aeec1b15 100644
--- a/test/manual/indent/css-mode.css
+++ b/test/manual/indent/css-mode.css
@@ -92,5 +92,9 @@ div::before {
.foo-bar--baz {
--foo-variable: 5px;
+ --_variable_with_underscores: #fff;
+ --_variable-starting-with-underscore: none;
margin: var(--foo-variable);
+ color: var(--_variable_with_underscores);
+ display: var(--_variable-starting-with-underscore);
}