Package managers
Install rbx-css using your preferred package manager:rbx-css CLI globally in your project, making it available for compilation commands.
Verify installation
After installation, verify that rbx-css is working correctly:0.1.0).
Requirements
rbx-css requires Node.js 16 or higher, or Bun 1.0 or higher.
commander- CLI frameworklightningcss- Fast CSS parser and transformer
Development setup
If you’re developing rbx-css itself or want to run it from source:Project structure
After installation, you’ll typically organize your project like this:Editor setup
VS Code
For the best development experience in VS Code:- Install the CSS Language Features extension (built-in)
- Enable CSS IntelliSense for autocomplete and validation
- Optionally install Lightning CSS for enhanced CSS support
Other editors
rbx-css uses standard CSS syntax, so any editor with CSS support will work:- Sublime Text: Built-in CSS support
- Neovim: Use
css-lsportailwindcss-intellisense - WebStorm: Built-in CSS support
Next steps
Quick start guide
Create your first StyleSheet in minutes
CLI reference
Learn all CLI commands and options