UNPKG

@winglet/style-utils

Version:

Comprehensive CSS and style management utilities including className manipulation, CSS compression, and universal style manager for TypeScript projects

8 lines (4 loc) 201 B
'use strict'; var StyleManager = require('./StyleManager/StyleManager.cjs'); const destroyScope = (scopeId) => StyleManager.StyleManager.get(scopeId).destroy(); exports.destroyScope = destroyScope;