mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
9bf8b5d864
Conflicts: Makefile app/assets/javascripts/projects/index.js.erb app/assets/stylesheets/themes/scinote.scss config/locales/en.yml
22 lines
559 B
SCSS
22 lines
559 B
SCSS
/*
|
|
*= require highlightjs-github-theme
|
|
*= require_self
|
|
*= require_tree .
|
|
*= require jquery-ui/draggable
|
|
*= require rails_bootstrap_forms
|
|
*= require bootstrap-select
|
|
*= require constants
|
|
*= stub reports_pdf
|
|
*/
|
|
|
|
@import "constants";
|
|
@import "bootstrap-sprockets";
|
|
@import "bootstrap";
|
|
@import "bootstrap-datetimepicker";
|
|
@import "bootstrap-colorselector";
|
|
@import "bootstrap-tagsinput";
|
|
@import "bootstrap-tagsinput-typeahead";
|
|
@import "handsontable.full.min";
|
|
@import "ajax-bootstrap-select.min";
|
|
@import "extend/bootstrap";
|
|
@import "themes/scinote";
|