0. Installation

For using XCSS in non-JavaScript based codebases, install XCSS globally. After that, the usage remains the same as in other environments.

Using NPM

Global Installation

Install XCSS Central globally with:

npm install -g xcss-central

Run XCSS commands directly:

xcss {command}

Local Installation

Install XCSS Central as a development dependency locally:

npm install --save-dev xcss-central

Run XCSS commands locally using npm scripts:

npx xcss {command}