mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
clean up comments for better built files
This commit is contained in:
+3
-4
@@ -1,7 +1,6 @@
|
||||
/* Forms.less
|
||||
* Base styles for various input types, form layouts, and states
|
||||
* ------------------------------------------------------------- */
|
||||
|
||||
// Forms.less
|
||||
// Base styles for various input types, form layouts, and states
|
||||
// -------------------------------------------------------------
|
||||
|
||||
|
||||
// GENERAL STYLES
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
/* Mixins.less
|
||||
* Snippets of reusable CSS to develop faster and keep code readable
|
||||
* ----------------------------------------------------------------- */
|
||||
// Mixins.less
|
||||
// Snippets of reusable CSS to develop faster and keep code readable
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
|
||||
// Clearfix for clearing floats like a boss h5bp.com/q
|
||||
|
||||
+6
-13
@@ -1,6 +1,6 @@
|
||||
/* Patterns.less
|
||||
* Repeatable UI elements outside the base styles provided from the scaffolding
|
||||
* ---------------------------------------------------------------------------- */
|
||||
// Patterns.less
|
||||
// Repeatable UI elements outside the base styles provided from the scaffolding
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
// NAVBAR (FIXED AND STATIC)
|
||||
@@ -643,18 +643,11 @@ input[type=submit].btn {
|
||||
}
|
||||
|
||||
.collapse {
|
||||
.transition(height .35s ease);
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
&.height {
|
||||
.transition(height .35s ease);
|
||||
height: 0;
|
||||
&.in { height: auto; }
|
||||
}
|
||||
&.width {
|
||||
.transition(width .35s ease);
|
||||
width: 0;
|
||||
&.in { width: auto; }
|
||||
}
|
||||
height: 0;
|
||||
&.in { height: auto; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
+5
-3
@@ -1,6 +1,8 @@
|
||||
/* Reset.less
|
||||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
|
||||
// Reset.less
|
||||
// Props to Eric Meyer (meyerweb.com) for his CSS reset file.
|
||||
// We're using an adapted version here that cuts out some of the reset HTML
|
||||
// elements we will never need here (i.e., dfn, samp, etc).
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
|
||||
// ERIC MEYER RESET
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
/* Responsive.less
|
||||
* For phone and tablet devices
|
||||
* ------------------------------------------------------------- */
|
||||
// Responsive.less
|
||||
// For phone and tablet devices
|
||||
// -------------------------------------------------------------
|
||||
|
||||
|
||||
// UP TO LANDSCAPE PHONE
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Scaffolding
|
||||
* Basic and global styles for generating a grid system, structural layout, and page templates
|
||||
* ------------------------------------------------------------------------------------------- */
|
||||
//
|
||||
// Scaffolding
|
||||
// Basic and global styles for generating a grid system, structural layout, and page templates
|
||||
// -------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
// STRUCTURAL LAYOUT
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Tables.less
|
||||
* Tables for, you guessed it, tabular data
|
||||
* ---------------------------------------- */
|
||||
//
|
||||
// Tables.less
|
||||
// Tables for, you guessed it, tabular data
|
||||
// ----------------------------------------
|
||||
|
||||
|
||||
// BASELINE STYLES
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
/* Typography.less
|
||||
* Headings, body text, lists, code, and more for a versatile and durable typography system
|
||||
* ---------------------------------------------------------------------------------------- */
|
||||
// Typography.less
|
||||
// Headings, body text, lists, code, and more for a versatile and durable typography system
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
// BODY TEXT
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
/* Variables.less
|
||||
* Variables to customize the look and feel of Bootstrap
|
||||
* ----------------------------------------------------- */
|
||||
// Variables.less
|
||||
// Variables to customize the look and feel of Bootstrap
|
||||
// -----------------------------------------------------
|
||||
|
||||
|
||||
// LINK COLORS
|
||||
|
||||
Reference in New Issue
Block a user