Minify forgotten css
hiromipaw

hiromipaw commited on 2017-07-03 09:16:05
Zeige 4 geänderte Dateien mit 8 Einfügungen und 8 Löschungen.

... ...
@@ -1,6 +1,6 @@
1 1
 @charset "UTF-8";
2
-@import "reset.css";
3
-@import "layout.css";
2
+@import "reset.min.js";
3
+@import "layout.min.js";
4 4
 @import "layout-rtl.css";
5
-@import "typography.css";
5
+@import "typography.min.js";
6 6
 @import "typography-rtl.css";
... ...
@@ -1 +1 @@
1
-@charset "UTF-8";@import "reset.css";@import "layout.css";@import "layout-rtl.css";@import "typography.css";@import "typography-rtl.css";
2 1
\ No newline at end of file
2
+@charset "UTF-8";@import "reset.min.js";@import "layout.min.js";@import "layout-rtl.css";@import "typography.min.js";@import "typography-rtl.css";
3 3
\ No newline at end of file
... ...
@@ -1,4 +1,4 @@
1 1
 @charset "UTF-8";
2
-@import "reset.css";
3
-@import "layout.css";
4
-@import "typography.css";
2
+@import "reset.min.js";
3
+@import "layout.min.js";
4
+@import "typography.min.js";
... ...
@@ -1 +1 @@
1
-@charset "UTF-8";@import "reset.css";@import "layout.css";@import "typography.css";
2 1
\ No newline at end of file
2
+@charset "UTF-8";@import "reset.min.js";@import "layout.min.js";@import "typography.min.js";
3 3
\ No newline at end of file
4 4