"block-opening-brace-space-before" problem
meltifa opened this issue · 0 comments
meltifa commented
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.