UNPKG

@winglet/style-utils

Version:

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

6 lines (3 loc) 162 B
import { StyleManager } from './StyleManager/StyleManager.mjs'; const destroyScope = (scopeId) => StyleManager.get(scopeId).destroy(); export { destroyScope };