You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -53,16 +53,24 @@ Build a custom Atomic CSS directly from your project without cloning this repo.
53
53
npm i @viivue/atomic-css
54
54
```
55
55
56
-
**2. Copy `_config.scss`from the repository into your project**
56
+
**2. Copy `_config.scss` into your project**
57
57
58
-
Copy the file from `node_modules/@viivue/atomic-css/scss/_config.scss` — it already contains commented-out examples for all available variables (colors, fonts, breakpoints, etc.). Uncomment and edit only the variables you want to override; everything else falls back to the built-in defaults automatically.
58
+
Download the config file directly from GitHub — it contains commented-out examples for all available variables (colors, fonts, breakpoints, etc.):
0 commit comments