fcac58a0 by Jeff Balicki

ddd

1 parent 3066977c
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"bs": "browser-sync start --config src/build/browser-sync.config.js",
"css": "npm-run-all css-compile css-postcss css-minify postcss-pxtorem",
"css": "npm-run-all css-compile css-postcss postcss-pxtorem css-minify",
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css --quiet src/sass/child-theme.scss:css/child-theme.css src/sass/custom-editor-style.scss:css/custom-editor-style.css",
"css-minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output css/ --batch --batch-suffix \".min\" \"css/*.css\" \"!css/*.min.css\" \"!css/*rtl*.css\"",
"css-postcss": "postcss --config src/build/postcss.config.js --replace \"css/*.css\" \"!css/*.rtl*.css\" \"!css/*.min.css\"",
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.18
Version: 1.1.19
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......