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.
\n\t\t
1 parent ce4cbc4 commit e050eaaCopy full SHA for e050eaa
README.md
@@ -98,18 +98,18 @@ a { color:red }
98
a { color: red }
99
```
100
101
-Example: `{ "colon-space": ":\n " }`
+Example: `{ "colon-space": ":\n\t\t" }`
102
103
```css
104
/* before */
105
a {
106
- color: red;
+ color: red;
107
}
108
109
/* after */
110
111
- color:
112
- red;
+ color:
+ red;
113
114
115
0 commit comments