/* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. *= require jquery.ui.gitlab *= require jquery.atwho *= require chosen *= require select2 *= require_self */ @import "main/variables.scss"; @import "main/mixins.scss"; @import "main/fonts.scss"; /** * Customized Twitter bootstrap */ @import 'gl_bootstrap'; /** * Font icons * */ @import "font-awesome"; /** * Generic css (forms, nav etc): */ @import "generic.scss"; /** * Unrefactored css */ @import "common.scss"; /** * Page specific styles (issues, projects etc): */ @import "sections.scss"; /** * Code ighlight */ @import "highlight/white.scss"; @import "highlight/dark.scss"; @import "highlight/solarized_dark.scss"; @import "highlight/monokai.scss"; /** * UI themes: */ @import "themes/ui_basic.scss"; @import "themes/ui_mars.scss"; @import "themes/ui_modern.scss"; @import "themes/ui_gray.scss"; @import "themes/ui_color.scss"; /** * Styles for JS behaviors. */ @import "behaviors.scss";