include app/assets/less/vendor/* in git.
This commit is contained in:
parent
ef737fd406
commit
4faa26c25e
78 changed files with 10918 additions and 0 deletions
38
app/assets/less/vendor/bootstrap-framework.less
vendored
Normal file
38
app/assets/less/vendor/bootstrap-framework.less
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
@import "bootstrap/normalize.less";
|
||||
@import "bootstrap/print.less";
|
||||
@import "bootstrap/type.less";
|
||||
@import "bootstrap/code.less";
|
||||
@import "bootstrap/tables.less";
|
||||
@import "bootstrap/forms.less";
|
||||
@import "bootstrap/scaffolding.less";
|
||||
|
||||
@import "bootstrap/variables.less";
|
||||
@import "bootstrap/mixins.less";
|
||||
@import "bootstrap/grid.less";
|
||||
@import (reference) "bootstrap/buttons.less";
|
||||
@import "bootstrap/component-animations.less";
|
||||
@import (reference) "bootstrap/dropdowns.less";
|
||||
@import (reference) "bootstrap/button-groups.less";
|
||||
@import (reference) "bootstrap/input-groups.less";
|
||||
@import (reference) "bootstrap/navs.less";
|
||||
@import (reference) "bootstrap/navbar.less";
|
||||
@import (reference) "bootstrap/breadcrumbs.less";
|
||||
@import (reference) "bootstrap/pagination.less";
|
||||
@import (reference) "bootstrap/pager.less";
|
||||
@import (reference) "bootstrap/labels.less";
|
||||
@import (reference) "bootstrap/badges.less";
|
||||
@import (reference) "bootstrap/jumbotron.less";
|
||||
@import (reference) "bootstrap/thumbnails.less";
|
||||
@import "bootstrap/alerts.less";
|
||||
@import (reference) "bootstrap/progress-bars.less";
|
||||
@import (reference) "bootstrap/media.less";
|
||||
@import (reference) "bootstrap/list-group.less";
|
||||
@import (reference) "bootstrap/panels.less";
|
||||
@import (reference) "bootstrap/wells.less";
|
||||
@import "bootstrap/close.less";
|
||||
@import (reference) "bootstrap/modals.less";
|
||||
@import (reference) "bootstrap/tooltip.less";
|
||||
@import (reference) "bootstrap/popovers.less";
|
||||
@import (reference) "bootstrap/carousel.less";
|
||||
@import "bootstrap/utilities.less";
|
||||
@import (reference) "bootstrap/responsive-utilities.less";
|
||||
Reference in a new issue