fxos-components / fxos-theme

A collection of css-variables to style fxos-components and apps
0 stars 8 forks source link

Target variables at specific fxos-components #11

Open wilsonpage opened 8 years ago

wilsonpage commented 8 years ago

To avoid super specific variable names we can just scope generic names to web components:

.theme-settings gaia-header {
  --fxos-action-button-color: ...,
  --fxos-button-color: ...,
  --fxos-icon-color: ...,
}