Skip to content

export theme colours for use in components (when classes cannot be used)

Stuart Fisher requested to merge feature/export-sass-vars into master

Allows accessing the sass theme variables in components

import sassVariables from 'scss/variables';
variables.primary
variables.purple 

Merge request reports