aboutsummaryrefslogtreecommitdiff
path: root/vite.config.ts
Commit message (Collapse)AuthorAgeFilesLines
* style(breakpoints): consolidate 9 ad-hoc values into 5 SCSS tokensFuwn23 hours1-0/+1
| | | | | | | | | | | | | | | | Adds src/styles/_breakpoints.scss with five canonical tokens (\$bp-sm 600, \$bp-md 800, \$bp-lg 1024, \$bp-xl 1280, \$bp-2xl 1600) and migrates all 15 @media (max-width: ...) occurrences across 9 files. Configures vite.config.ts with scss loadPaths so any file can @use "breakpoints" without relative paths. Conservative rounding-up where existing values were near-duplicates: 500 and 512 collapse to 600, 768 collapses to 800, 1000 collapses to 1024. Slightly more viewports get the smaller-layout treatment in those bands, which is usually beneficial on cramped widths. Converts 7 Svelte files from <style> to <style lang="scss"> to access the SCSS tokens. SCSS is a CSS superset, so existing rules stay valid.
* chore(biome): drop formatter style overridesFuwn2026-03-011-27/+27
|
* fix(vite): Use modern Sass compiler API to resolve deprecation warningsFuwn2026-01-231-1/+6
|
* build(vite): Optimise CSSFuwn2025-06-231-0/+7
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-12/+12
|
* feat(api): set up graphql apiFuwn2024-09-281-1/+2
|
* chore(vite): remove httpsFuwn2023-12-181-8/+8
|
* feat(vite): use bun nativesFuwn2023-12-081-3/+6
|
* feat: https and animeschedule oauthFuwn2023-12-081-1/+9
|
* feat(badges): switch to http getFuwn2023-10-291-2/+2
|
* feat(badges): websocket loadingFuwn2023-10-291-1/+2
|
* feat: initial buildFuwn2023-08-261-0/+6