discourse/app/assets/javascripts
David Taylor a8d0364ae8
DEV: Add polyfill for CSS relative color syntax
This polyfill only works with static color values, which means it will NOT work on things like `olclh(from var(--primary) ...`.

Therefore, we must only use it in color_definition stylesheets, and use scss variables as the source color. Like `okclh(from #{$primary}`.

Once we drop iOS 15, we'll be able to drop this polyfill, and use the syntax anywhere with `var()`
2025-03-19 23:03:11 +00:00
..
admin UX: Themes & components I18n adjustments (#31897) 2025-03-19 13:24:05 +10:00
custom-proxy DEV: Fix livereload locally on https (#31776) 2025-03-13 09:05:39 -04:00
deprecation-silencer DEV: Pin pnpm to v9 (#31158) 2025-02-04 09:18:15 +00:00
dialog-holder Build(deps-dev): Bump webpack from 5.97.1 to 5.98.0 (#31336) 2025-02-13 23:53:58 +01:00
discourse DEV: remove unnecessary use of buffered mixin in share-topic modal (#31871) 2025-03-19 12:37:37 +08:00
discourse-hbr DEV: Add missing broccoli-filter dependency of discourse-hbr (#31526) 2025-02-26 16:25:19 +00:00
discourse-i18n DEV: Pin pnpm to v9 (#31158) 2025-02-04 09:18:15 +00:00
discourse-markdown-it UX: remove auto-conversion from .. -> … (#31770) 2025-03-12 15:48:38 -03:00
discourse-plugins Build(deps): Bump the babel group with 2 updates (#31757) 2025-03-12 12:11:17 +01:00
discourse-widget-hbs Build(deps): Bump the babel group with 2 updates (#31757) 2025-03-12 12:11:17 +01:00
docs
ember-addons
ember-cli-progress-ci
float-kit Build(deps): Bump the babel group with 2 updates (#31757) 2025-03-12 12:11:17 +01:00
locales
pretty-text DEV: discourse-emojis 1.0.38 (#31775) 2025-03-12 19:31:48 +01:00
select-kit FIX: remove abandon draft dialog (#31828) 2025-03-14 16:15:33 +04:00
theme-transpiler DEV: Add polyfill for CSS relative color syntax 2025-03-19 23:03:11 +00:00
truth-helpers DEV: Correct truth-helper exports (#31528) 2025-02-26 17:50:29 +00:00
.npmrc
handlebars-shim.js
polyfills.js