[Rt-commit] rt branch, 4.4/shredder-css-semicolon, created. rt-4.4.3-200-gdc6078a7f

Blaine Motsinger blaine at bestpractical.com
Thu Feb 28 16:10:26 EST 2019


The branch, 4.4/shredder-css-semicolon has been created
        at  dc6078a7f1015e8a0555e73cfb3baf30de4b22c5 (commit)

- Log -----------------------------------------------------------------
commit dc6078a7f1015e8a0555e73cfb3baf30de4b22c5
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#34512

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