We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e578c6c commit 921962bCopy full SHA for 921962b
test.js
@@ -50,7 +50,7 @@ test('repeated values', t => {
50
return run(t, input, output, optDefault);
51
});
52
53
-/***************Color types*************************/
+/** *************Color types*********************** **/
54
test('HSL', t => {
55
let input = `.foo {
56
border: 1px solid hsl(120,100%,50%, 0.5);
@@ -128,7 +128,7 @@ test('long hex', t => {
128
return run(t, input, output, { onlyColor: true });
129
130
131
-/******************************************************/
+/** ************************************************** **/
132
133
test('exist root element', t => {
134
let input = `:root {
0 commit comments