Custom CSS
For styling that Styling cannot express.
When to use it
Section titled “When to use it”When you have tried tokens and they genuinely cannot do what you need. That is a smaller set of cases than it first appears.
The editor
Section titled “The editor”Write CSS with a live preview, including unsaved changes. Save to apply.
What can break
Section titled “What can break”Two habits reduce the pain:
- Keep it small. Every rule is one you may have to fix later.
- Check after Rubikc updates, particularly if something looks subtly wrong.