UNPKG

@winglet/style-utils

Version:

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

10 lines (5 loc) 253 B
'use strict'; var destroyScope = require('./destroyScope.cjs'); var styleManagerFactory = require('./styleManagerFactory.cjs'); exports.destroyScope = destroyScope.destroyScope; exports.styleManagerFactory = styleManagerFactory.styleManagerFactory;