@charset "utf-8"; /*! * bulma css framework (github.com/jgthms | bulma.io) * Author: jeremy thomas * Author: jesus e. * Version: 1.0.2 * Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE) */ /* basic formatting changes (mostly to cater for darker colours) */ // base.scss @import 'tipografia'; // variables @import "variables"; // Header @import "header"; // Elements @import "elements"; // Hilite @import "hilite"; // Icons @import "icons"; // Contenedor o main @import "main"; // Enlaces @import "links"; // Button @import "button"; // Pagination @import "pagination"; // Footer @import "footer"; // Comentarios @import "comments"; // Mediaqueries @import "mediaqueries";