Getting Started

Node Package

NPM

  • By default XCSS uses npm for package distribution.
# Local Installation
npm install -g xcss-central
# Local Command Run
xcss {command}

# Global Installation
npm install --save-dev xcss-central
# Global Command Run
npm run xcss {command}

Extension

  • Link: VS Code Marketplace

  • Link: Open VSX

  • Available on the VSCode Marketplace.

  • Provides language support and extended features.

  • Includes an embedded XCSS binary within the extension.

  • Plug-and-play, ideal for starters and small projects.

Preview