c6c22643c1
scss: migrate @import -> @use, lighten/darken -> color.adjust (dart-sass)
...
Silences the dart-sass deprecation warnings that flooded every build:
- All @import of local partials (colors, mixins, and the CSS-emitting
partials) -> @use '...' as * (partials are pure defs, so 'as *' keeps the
global names and the ~25 call sites unchanged). Added explicit @use './colors'
to bootstrap-overrides.scss and cookies-eu.scss, which used -palette*
transitively (broke under @use's scoping).
- lighten(c, x%) -> color.adjust(c, $lightness: x%) and darken -> negative,
with @use 'sass:color' in the 6 affected files.
Compiles clean (byte-for-byte CSS behavior preserved).
2026-07-17 18:18:04 +02:00
vjrj
9502ea3604
Remove blur on first home slide
2018-05-10 22:43:14 +02:00
vjrj
9d68b1e6c1
Trying to add blur and lazy to slides
2018-05-08 12:31:30 +02:00
vjrj
b4afa820ab
Added webp images for faster home load
2018-05-08 11:12:48 +02:00
vjrj
6870de4c7b
Style and text minor changes in home
2018-02-08 00:00:53 +01:00
vjrj
5dd6a477c0
Minor css changes in home
2018-02-07 19:31:14 +01:00
vjrj
be10650150
New home slides
2018-02-07 18:26:09 +01:00
vjrj
40bc9e2f24
More work in fire messages. Home style on desktop improved
2018-01-29 20:22:01 +01:00
vjrj
e4b0135953
Minor style fixes
2018-01-26 13:38:38 +01:00
vjrj
9fafc17749
Partipe btn and link
2018-01-25 16:53:50 +01:00
vjrj
96bb7e6a3b
More work with home
2018-01-25 16:17:05 +01:00
vjrj
ce18aab493
Style improvements in home, navigation, and footer
2018-01-25 12:54:01 +01:00
vjrj
3a85cfacf2
Fix home style issues
2018-01-24 20:21:42 +01:00
vjrj
3eeb14e30e
Added SubscriptionsMap
2018-01-24 16:52:07 +01:00
vjrj
c260363248
Style improvements in home
2018-01-24 11:09:31 +01:00
vjrj
952431d296
Pages (terms/tos/privacy), comments improvements, etc
2018-01-21 20:53:21 +01:00
vjrj
cd16f45d8e
Style improvements for mobile
2018-01-19 11:04:14 +01:00
vjrj
b1c9aad0ea
More work in home
2017-12-11 12:30:35 +01:00
vjrj
9fd889f77f
Improved home page
2017-12-11 11:08:52 +01:00
vjrj
441dfa4c62
More work in home, footer, new credits page
2017-12-11 07:56:54 +01:00
vjrj
fe7a314d92
Added geolocation. Improved map subs. FireMap page
2017-12-01 21:18:10 +01:00
vjrj
0b4f895506
Map of active fires
2017-12-01 13:33:24 +01:00
vjrj
a31f26f32b
Participa uppercase
2017-11-29 13:38:24 +01:00
vjrj
2ad4972115
More i18n work
2017-11-28 18:24:50 +01:00
vjrj
3ef6f3c80b
Basic navs and auth pages working·
2017-11-27 17:37:06 +01:00
vjrj
d7664cbf84
Added bootstrap package
2017-11-23 19:02:54 +01:00
vjrj
60fcd48140
Basic tcef home
2017-11-14 08:41:42 +01:00