From 49ee1dc93431d63c1bb06f9ed218ff8b8acedfe5 Mon Sep 17 00:00:00 2001 From: Cyd La Luz Date: Mon, 31 Dec 2018 08:50:58 -0800 Subject: [PATCH] Fix #1904 - update filename reference for variables and colors in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 339daaedf..55d0d8c55 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ export default App; ## Theming (configuration variables) -You can apply theming in multiple ways. First of all, you have to understand that React Toolbox stylesheets are written using PostCSS with postcss-preset-env features and use CSS Custom Properties from the **config** files we saw earlier. In addition, there are some global CSS Properties imported by each component: [colors](https://github.com/react-toolbox/react-toolbox/blob/dev/components/colors.css) and [variables](https://github.com/react-toolbox/react-toolbox/blob/dev/components/variables.css). You can override both the global and component-specific **variables** to get the results you want using one of the methods below. +You can apply theming in multiple ways. First of all, you have to understand that React Toolbox stylesheets are written using PostCSS with postcss-preset-env features and use CSS Custom Properties from the **config** files we saw earlier. In addition, there are some global CSS Properties imported by each component: [colors](https://github.com/react-toolbox/react-toolbox/blob/dev/components/colors.module.css) and [variables](https://github.com/react-toolbox/react-toolbox/blob/dev/components/variables.module.css). You can override both the global and component-specific **variables** to get the results you want using one of the methods below. ### Settings configuration variables in JavaScript