aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 71e3e44..ae847b8 100644
--- a/style.css
+++ b/style.css
@@ -13,3 +13,7 @@ Domain Path: /languages
*/
@import url('./css/bootstrap.min.css');
@import url('./css/estilos.min.css');
+/* --- Proccess Minify ----
+ * cssmin --wrap 1000 < bootstrap.css > bootstrap.min.css
+ * sass --watch -t compressed estilos.sass:estilos.min.css
+*/