Skip to content
Snippets Groups Projects
Commit 1d17c382 authored by kasperisager's avatar kasperisager
Browse files

Optimize project for Bower usage

parent c4f7e0a6
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 161 deletions
//= require ../../bower_components/bootstrap/js/transition.js
//= require ../../bower_components/bootstrap/js/collapse.js
//= require ../../bower_components/spin.js/spin.js
//= require ../../bower_components/spin.js/jquery.spin.js
;(function ($, window, document, undefined) {
'use strict';
window.icheck = {
autoInit: false
, autoAjax: false
};
})(jQuery, window, document);
//= require ../../bower_components/jquery-icheck/icheck.js
;(function ($, window, document, undefined) {
'use strict';
$(document).on('ready ajaxSuccess', function () {
// Initialize or re-initialize iCheck
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/alerts";
// Extensions
// -----------------------------------------------------------------------------
.DismissMessage {
&:extend(.alert);
......
......@@ -3,8 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
.ProfilePhoto,
.ProfilePhotoMedium {
.square((@line-height-computed * 2));
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/badges";
// Extensions
// -----------------------------------------------------------------------------
.Count,
.Alert {
&:extend(.badge);
......
......@@ -3,8 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
.Box {
// Space out consecutive boxes
& + & {
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/breadcrumbs";
// Extensions
// -----------------------------------------------------------------------------
.Breadcrumbs {
display: block;
&:extend(.breadcrumb);
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/button-groups";
// Extensions
// -----------------------------------------------------------------------------
.ButtonGroup {
&:extend(.btn-group);
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/close";
// Extensions
// -----------------------------------------------------------------------------
a.Close,
a.Delete {
&:extend(.close all);
......
//
// # Component Animations
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (once) "@{bootstrap}/component-animations";
......@@ -3,8 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
.Item {
&:extend(.clearfix all);
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/dropdowns";
// Extensions
// -----------------------------------------------------------------------------
.MenuItems {
&:extend(.dropdown-menu);
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/labels";
// Extensions
// -----------------------------------------------------------------------------
.Tag {
&:extend(.label);
&:extend(.label-default);
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/list-group";
// Extensions
// -----------------------------------------------------------------------------
.PanelInfo {
list-style: none;
&:extend(.list-group);
......
......@@ -3,10 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// -----------------------------------------------------------------------------
// ## Data Lists
//
// No styleguide reference.
......
......@@ -3,21 +3,12 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/modals";
// Extensions
// -----------------------------------------------------------------------------
.modal-open {
&:extend(.modal-open);
}
.Overlay {
display: block;
display: block !important;
&:extend(.modal);
.backdrop {
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (once) "@{bootstrap}/navbar";
// Extensions
// -----------------------------------------------------------------------------
.navbar-default .navbar-nav > li > .Selected {
&,
&:hover,
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (once) "@{bootstrap}/navs";
// Extensions
// -----------------------------------------------------------------------------
.FilterMenu {
&:extend(.nav);
&:extend(.nav-pills);
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/pager";
// Extensions
// -----------------------------------------------------------------------------
.PrevNextPager {
&:extend(.pager);
......
......@@ -3,15 +3,6 @@
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/pagination";
// Extensions
// -----------------------------------------------------------------------------
.NumberedPager {
&:extend(.pagination);
......
//
// # Panels
//
// No styleguide reference.
// WARNING: DO NOT EDIT THIS FILE
// Library
// -----------------------------------------------------------------------------
@import (reference) "@{bootstrap}/panels";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment