medium
+20 XP
PROJECTProject

SASS Design System

Create a SASS design system: _tokens.scss, _buttons.scss, and main.scss that imports both.
You're exploring as a guest. Create a free account to save progress and submit solutions.
Project Sandbox
export default function App(): JSX.Element {
  return <h1>Hello world</h1>
}