Skip to content

Commit bee1b09

Browse files
committed
fix comment indents
1 parent 9ddfe5f commit bee1b09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/css_parser/css_decls.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ func (p *parser) processDeclarations(rules []css_ast.Rule, composesContext *comp
223223
case css_ast.DContainerName:
224224
p.processContainerName(decl.Value)
225225

226-
// Animation name
226+
// Animation name
227227
case css_ast.DAnimation:
228228
p.processAnimationShorthand(decl.Value)
229229
case css_ast.DAnimationName:
@@ -237,7 +237,7 @@ func (p *parser) processDeclarations(rules []css_ast.Rule, composesContext *comp
237237
p.processListStyleType(&decl.Value[0])
238238
}
239239

240-
// Font
240+
// Font
241241
case css_ast.DFont:
242242
if p.options.minifySyntax {
243243
decl.Value = p.mangleFont(decl.Value)
@@ -253,7 +253,7 @@ func (p *parser) processDeclarations(rules []css_ast.Rule, composesContext *comp
253253
decl.Value[0] = p.mangleFontWeight(decl.Value[0])
254254
}
255255

256-
// Margin
256+
// Margin
257257
case css_ast.DMargin:
258258
if p.options.minifySyntax {
259259
margin.mangleSides(rewrittenRules, decl, p.options.minifyWhitespace)

0 commit comments

Comments
 (0)