diff --git a/README.md b/README.md index f01a933..cc670d3 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,9 @@ Add your own color like: $brand-primary: #ff6600; in /sass/theme/_child_theme_variables.scss to overwrite it. That will change automatically all elements who use this variable. +It will be outputted into: +/css/understrap-child.min.css +and +/css/understrap-child.css + +So you have one clean CSS file at the end and just one request. \ No newline at end of file diff --git a/style.css b/style.css index 33c0e1b..fa58cc3 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Holger Koenemann Author URI: http://www.holgerkoenemann.de Template: understrap - Version: 0.0.1 + Version: 0.1.0 License: Commercial Text Domain: understrap-child */ \ No newline at end of file