diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-16 16:54:34 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-16 16:54:34 -0500 |
commit | 1e40b32f9586eec1706577fa1a8e9bf113c5fb70 (patch) | |
tree | 7be3e1c0893b63169ca2831021399e9f76af1596 /style.css | |
parent | b331a0fcd4a38b5f99afcc6214ea0a15c8afd3bd (diff) | |
download | lidra-theme-1e40b32f9586eec1706577fa1a8e9bf113c5fb70.tar.lz lidra-theme-1e40b32f9586eec1706577fa1a8e9bf113c5fb70.tar.xz lidra-theme-1e40b32f9586eec1706577fa1a8e9bf113c5fb70.zip |
minify css from sass
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,5 +11,5 @@ Tags: libre, tema, librejs, html5, wordpress, responsive desing Text Domain: Lidra Domain Path: /languages */ -@import url('./css/bootstrap.css'); -@import url('./css/estilos.css'); +@import url('./css/bootstrap.min.css'); +@import url('./css/estilos.min.css'); |