Searched refs:spaceAfterClosingBrace (Results 1 – 7 of 7) sorted by relevance
3 function tidyBlock(values, spaceAfterClosingBrace) { argument8 …withoutSpaceAfterClosingBrace = !spaceAfterClosingBrace && SUPPORTED_COMPACT_BLOCK_MATCHER.test(va…
639 var spaceAfterClosingBrace = options.compatibility.properties.spaceAfterClosingBrace;662 … token[1] = levelOptions.tidyBlockScopes ? tidyBlock(token[1], spaceAfterClosingBrace) : token[1];
36 spaceAfterClosingBrace: context.options.compatibility.properties.spaceAfterClosingBrace, property
86 spaceAfterClosingBrace: context.options.compatibility.properties.spaceAfterClosingBrace, property
38 …return !context.spaceAfterClosingBrace && supportsAfterClosingBrace(token) && afterClosingBrace(to…
17 spaceAfterClosingBrace: true, // 'url() no-repeat' to 'url()no-repeat' property
172 …spaceAfterClosingBrace: true, // controls keeping space after closing brace - `url() no-repeat` in…