mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-18 05:41:22 +08:00
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()`
|
||
|---|---|---|
| .. | ||
| admin | ||
| custom-proxy | ||
| deprecation-silencer | ||
| dialog-holder | ||
| discourse | ||
| discourse-hbr | ||
| discourse-i18n | ||
| discourse-markdown-it | ||
| discourse-plugins | ||
| discourse-widget-hbs | ||
| docs | ||
| ember-addons | ||
| ember-cli-progress-ci | ||
| float-kit | ||
| locales | ||
| pretty-text | ||
| select-kit | ||
| theme-transpiler | ||
| truth-helpers | ||
| .npmrc | ||
| handlebars-shim.js | ||
| polyfills.js | ||