Commit Graph

6 Commits

Author SHA1 Message Date
cdabe6935b 🔥 Huge style refactoring by using SvelteKit built-in style tag
It's been tricky but got there finally! Hello `:global`
- Avoid using one global CSS file containing everything
- Import the component SCSS file in a script tag from the component file to allow style scoping and including it only when used
2022-06-22 23:26:00 +02:00
551991d407 Fix accessibility issues 2021-12-15 22:31:49 +01:00
ac40eedb2f Use sveltekit:noscroll/prefetch on internal links 2021-11-17 19:25:59 +01:00
ecacc0c1a1 Rework buttons classes and variants
Add a conditional class and list props as BEM class modifiers
2021-10-19 17:19:53 +02:00
1aaa12f435 Add hover on Newsletter module links 2021-10-18 23:57:31 +02:00
8b07352431 Make newsletter form a reusable component 2021-10-16 13:25:26 +02:00