diff --git a/index.js b/index.js index 6f8abbb..b7ad003 100644 --- a/index.js +++ b/index.js @@ -271,7 +271,6 @@ export function format(css, { minify = false } = {}) { function print_block(node) { let children = node.children let buffer = OPTIONAL_SPACE - /** @type {import('css-tree').CssLocation} */ let loc = /** @type {import('css-tree').CssLocation} */ (node.loc) if (children.isEmpty) {