A TypeScript-based CSS transpiler that provides type safety for stylesheets. Currently at version 0.0.1 with unknown maturity and release cadence. Differentiates by aiming to catch CSS errors at compile time using TypeScript, unlike traditional CSS preprocessors or runtime solutions.
npm install cssafeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpiles a CSS string using cssafe with options.
Pin to specific version and test thoroughly.
Use default import: import cssafe from 'cssafe'
Check source code or contact maintainer for documentation.
Upgrade to Node.js >= 16 and use import statements.
Check import: import cssafe from 'cssafe' then call cssafe.transpile()
No dependency data recorded yet.