Cabel is a CSSX transpiler that converts CSSX syntax into valid JavaScript. Version 0.1.3 is the latest release, but the project is deprecated; its functionality has been absorbed into the main CSSX project (https://github.com/krasimir/cssx). It was designed as a Babel plugin-like tool for transforming CSS-like stylesheets embedded in JavaScript. No active development, as all transpilation features are now maintained under the CSSX umbrella. Use cssx instead.
npm install cabelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transforms CSSX syntax into JavaScript object literal.
Use https://github.com/krasimir/cssx instead.
Use cssx for full transpilation pipeline.
Update import to use default export as callable: cabel(code).
npm install cabel@0.1.3 --save
Use 'import cabel from "cabel"' or 'cabel = require("cabel").default'No dependency data recorded yet.