Created
April 20, 2017 15:26
-
-
Save fearrr/7000912da4c12c9607ff5f4cc9c7499b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Core variables and mixins | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables"; | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins"; | |
//@import "buttons"; | |
// Reset and dependencies | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/normalize"; | |
//Стили печати (Отключаем) | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/print"; | |
//Иконки glyphicons (Отключаем) | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/glyphicons"; | |
//------------------// | |
// *** Ядро CSS *** // | |
//------------------// | |
// Основные настройки | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/scaffolding"; | |
// Типографика | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/type"; | |
// Для вывода кода (Отключаем) | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/code"; | |
// Сетка | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/grid"; | |
// Таблицы | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/tables"; | |
// Формы | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/forms"; | |
// Кнопки | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/buttons"; | |
//---------------------// | |
// *** Компоненты *** // | |
//---------------------// | |
// Анимация (Collapse) | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/component-animations"; | |
// Выпадающие списки (Пока отключаем) | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/dropdowns"; | |
// Группы кнопок | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/button-groups"; | |
// Группы инпутов | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/input-groups"; | |
// Навигация (Отключаем) | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/navs"; | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/navbar"; | |
// Навигационная панель (Хлебные крошки) | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/breadcrumbs"; | |
// Пагинация (Отключаем) | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/pagination"; | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/pager"; | |
// Лейблы (Пока отключаем) | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/labels"; | |
// Ярлычки | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/badges"; | |
// Большие элементы (Отключаем) | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/jumbotron"; | |
// Прьвьюхи | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/thumbnails"; | |
// Сообщения | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/alerts"; | |
// Прогрессбары | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/progress-bars"; | |
// Класс media | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/media"; | |
// Группы кнопок | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/list-group"; | |
// Панели | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/panels"; | |
// Адаптивные медиа-объекты (Отключаем) | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/responsive-embed"; | |
// Уведомления (Отключаем) | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/wells"; | |
// Закрытие (Отключаем) | |
// @import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/close"; | |
//-----------------------------------// | |
// *** Компоненты с/ JavaScript *** // | |
//-----------------------------------// | |
// Модальные окна | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/modals"; | |
// Подсказки Tooltips | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/tooltip"; | |
// Подсказки всплывающие (Пока отключаем) | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/popovers"; | |
// Карусель (Пока отключаем) | |
//@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/carousel"; | |
//--------------------------------// | |
// *** Вспомогательные классы *** // | |
//--------------------------------// | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/utilities"; | |
@import "../../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/responsive-utilities"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment