stylefmt icon indicating copy to clipboard operation
stylefmt copied to clipboard

"block-opening-brace-space-before" problem

Open meltifa opened this issue 7 years ago • 0 comments

i set "block-opening-brace-space-before": "always"

before run stylefmt

@at-root .content {
	padding-bottom: 20px;
}

after run stylefmt

@at-root .content{
	padding-bottom: 20px;
}

no space in opening brace before. when i remove @at-root, it is work fine.

meltifa avatar Jun 19 '17 03:06 meltifa