@charset "UTF-8"; <% theme = Hatchy.theme %> /*** Variables ***/ @import "hatchy/themes/<%= theme %>/variables"; @import "hatchy/bootstrap/variables"; /*** Mixins ***/ @import "hatchy/bootstrap/mixins"; @import "hatchy/themes/<%= theme %>/mixins"; /*** Reset ***/ @import "hatchy/bootstrap/normalize"; @import "hatchy/bootstrap/print"; @import "hatchy/bootstrap/glyphicons"; /*** Libraries ***/ @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"); @import "hatchy/libraries/summernote"; @import "hatchy/libraries/pnotify.custom"; @import "hatchy/libraries/owl/owl.carousel"; @import "hatchy/libraries/owl/owl.theme"; @import "dataTables/jquery.dataTables"; @import "dataTables/bootstrap/3/jquery.dataTables.bootstrap"; /*** Bootstrap Theming ***/ // Core CSS @import "hatchy/bootstrap/scaffolding"; @import "hatchy/bootstrap/type"; @import "hatchy/bootstrap/code"; @import "hatchy/bootstrap/grid"; @import "hatchy/bootstrap/tables"; @import "hatchy/bootstrap/forms"; @import "hatchy/bootstrap/buttons"; // Components @import "hatchy/bootstrap/component-animations"; @import "hatchy/bootstrap/dropdowns"; @import "hatchy/bootstrap/button-groups"; @import "hatchy/bootstrap/input-groups"; @import "hatchy/bootstrap/navs"; @import "hatchy/bootstrap/navbar"; @import "hatchy/bootstrap/breadcrumbs"; @import "hatchy/bootstrap/pagination"; @import "hatchy/bootstrap/pager"; @import "hatchy/bootstrap/labels"; @import "hatchy/bootstrap/badges"; @import "hatchy/bootstrap/jumbotron"; @import "hatchy/bootstrap/thumbnails"; @import "hatchy/bootstrap/alerts"; @import "hatchy/bootstrap/progress-bars"; @import "hatchy/bootstrap/media"; @import "hatchy/bootstrap/list-group"; @import "hatchy/bootstrap/panels"; @import "hatchy/bootstrap/responsive-embed"; @import "hatchy/bootstrap/wells"; @import "hatchy/bootstrap/close"; // Components w/ JavaScript @import "hatchy/bootstrap/modals"; @import "hatchy/bootstrap/tooltip"; @import "hatchy/bootstrap/popovers"; @import "hatchy/bootstrap/carousel"; // Utility classes @import "hatchy/bootstrap/utilities"; @import "hatchy/bootstrap/responsive-utilities"; @import "hatchy/base"; /*** Theming ***/ @import "hatchy/themes/<%= theme %>/theme";