diff options
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 +*/ |