File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ Example configuration:
5454Available value: ` {Boolean}` true
5555
5656Example: ` { " always-semicolon" : true }`
57+
5758` ` ` css
5859/* before * /
5960a { color: red }
@@ -70,6 +71,7 @@ Available values:
7071 * ` {String}` of space characters (` /[ \t ]* ` )
7172
7273Example: ` { " block-indent" : 2 }`
74+
7375` ` ` css
7476/* before * /
7577 a { color: red }
@@ -129,6 +131,7 @@ a { color:red }
129131Available values: ` {String}` ` lower` or ` upper`
130132
131133Example: ` { " color-case" : " lower" }`
134+
132135` ` ` css
133136/* before * /
134137a { color: # FFF }
@@ -151,6 +154,20 @@ b { color: #ffcc00 }
151154b { color: # fc0 }
152155` ` `
153156
157+ # ## leading-zero
158+
159+ Available values: ` {Boolean}` ` true` or ` false`
160+
161+ Example: ` { " leading-zero" : false }`
162+
163+ ` ` ` css
164+ /* before * /
165+ p { padding: 0.5em }
166+
167+ /* after * /
168+ p { padding: .5em }
169+ ` ` `
170+
154171# # Tests
155172
156173Run ` npm test` for tests.
You can’t perform that action at this time.
0 commit comments