refactor to follow the way SASS is organized

This commit is contained in:
FezVrasta 2014-10-03 15:00:58 +02:00
parent 2f3fcd2a00
commit f397af8796
20 changed files with 18 additions and 2914 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
// Material Theme 0.0.1 // Material Theme 0.0.1
// ----------------------------------------------------- // -----------------------------------------------------
@import "variables.less"; @import "_variables.less";
@import "mixins.less"; @import "_mixins.less";
@import "animations.less"; @import "_animations.less";
@import "shadows.less"; @import "_shadows.less";
body { body {
background-color: #EEEEEE; background-color: #EEEEEE;
@ -21,19 +21,19 @@ body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
} }
// Well and Jumbotrons // Well and Jumbotrons
@import "welljumbo.less"; @import "_welljumbo.less";
// Buttons // Buttons
@import "buttons.less"; @import "_buttons.less";
// Checkboxes // Checkboxes
@import "checkboxes.less"; @import "_checkboxes.less";
// Radios // Radios
@import "radios.less"; @import "_radios.less";
// Text inputs // Text inputs
@import "inputs.less"; @import "_inputs.less";
legend { legend {
border-bottom: 0; border-bottom: 0;
@ -55,10 +55,10 @@ legend {
} }
// Lists // Lists
@import "lists.less"; @import "_lists.less";
// Navbar // Navbar
@import "navbar.less"; @import "_navbar.less";
.dropdown-menu { .dropdown-menu {
border: 0; border: 0;
@ -76,10 +76,10 @@ legend {
} }
// Alerts // Alerts
@import "alerts.less"; @import "_alerts.less";
// Progress bar // Progress bar
@import "progress.less"; @import "_progress.less";
// Typography // Typography
.text-warning { .text-warning {
@ -98,13 +98,13 @@ legend {
color: @btn-info; color: @btn-info;
} }
@import "tabs.less"; @import "_tabs.less";
@import "popups.less"; @import "_popups.less";
@import "icons.less"; @import "_icons.less";
// External plugins // External plugins
@import "plugin-snackbarjs.less"; @import "_plugin-snackbarjs.less";
@import "plugin-nouislider.less"; @import "_plugin-nouislider.less";