discourse/app/assets/stylesheets/common/foundation
David Taylor d348368ab6
FEATURE: Allow themes to override color transformation variables (#7987)
Theme developers can now add any of the transformed color variables to their color scheme in about.json. For example

```
  "color_schemes": {
    "Light": {
      "primary": "333333",
      "secondary": "ffffff",
      "primary-low": "ff0000"
    }
  },
```

would override the primary-low variable when compiling SCSS for the color scheme. The primary-low variable will also be visible in administrator color palette UI.
2019-08-12 11:02:38 +01:00
..
base.scss UX: Bump up base font size 1px, add smaller text size option 2019-01-17 10:30:34 -05:00
color_transformations.scss FEATURE: Allow themes to override color transformation variables (#7987) 2019-08-12 11:02:38 +01:00
colors.scss DEV: adds prettier (#5956) 2018-06-08 11:49:31 +02:00
helpers.scss DEV: adds prettier (#5956) 2018-06-08 11:49:31 +02:00
math.scss DEV: adds prettier (#5956) 2018-06-08 11:49:31 +02:00
mixins.scss UX: Mobile editor style fixes (#7878) 2019-07-11 09:57:53 -04:00
spacing.scss UX: Improve user profile header layout on mobile 2019-03-20 14:56:34 -04:00
variables.scss FEATURE: Allow themes to override color transformation variables (#7987) 2019-08-12 11:02:38 +01:00