[Rt-commit] rt branch, 4.4/shredder-css-semicolon, created. rt-4.4.3-200-ge3496b114
Blaine Motsinger
blaine at bestpractical.com
Thu Feb 28 15:58:01 EST 2019
The branch, 4.4/shredder-css-semicolon has been created
at e3496b114d57367c111d481354ff921c52e3f0fa (commit)
- Log -----------------------------------------------------------------
commit e3496b114d57367c111d481354ff921c52e3f0fa
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Thu Feb 28 14:48:51 2019 -0600
Add trailing semicolon to shredder.css import
The missing semicolon within the shredder.css import line caused
some CSS to not import when the minifier runs.
Fixes: I#31873
diff --git a/share/static/css/base/main.css b/share/static/css/base/main.css
index 1bdf4b87b..bc0ef1984 100644
--- a/share/static/css/base/main.css
+++ b/share/static/css/base/main.css
@@ -32,4 +32,4 @@
@import "dropzone.css";
@import "dropzone.customized.css";
@import "keyboard-shortcuts.css";
- at import "shredder.css"
+ at import "shredder.css";
-----------------------------------------------------------------------
More information about the rt-commit
mailing list