diff --git a/frontend/src/styles/README.md b/frontend/src/styles/README.md new file mode 100644 index 000000000..886781689 --- /dev/null +++ b/frontend/src/styles/README.md @@ -0,0 +1,192 @@ +# Frontend Styles + +This directory contains all global styling for the Vikunja web client. Component-scoped +styles live next to their `.vue` file; what lives here is the material every component +relies on: the Bulma base, the design-token system (CSS custom properties), typography, +and a handful of cross-cutting theme overrides. + +If you are wondering **"where do I add X?"** — jump to [Where do I add …?](#where-do-i-add-) at +the bottom. + +## Directory map + +``` +styles/ +├── common-imports.scss SCSS variables/mixins auto-injected into every .scss/.vue