aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
blob: 37369511871f9a380135a7ff8951b4c5e6333150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
Theme Name: Lidra
Theme URI: https://conocimientoslibres.tuxfamily.org
Author: Jesús Eduardo
Author URI: https://heckyel.ga
Description: Tema escrito en PHP, HTML5, Bootstrap 3, CSS3 y JS, para un mundo Libre y compatible con LibreJS de GNU.
Version: 1.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: libre, tema, librejs, html5, wordpress, responsive desing
Text Domain: Lidra
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
*/