diff options
| author | mrmrs <[email protected]> | 2014-03-09 16:13:37 -0700 |
|---|---|---|
| committer | mrmrs <[email protected]> | 2014-03-09 16:13:37 -0700 |
| commit | aedee95dbfc13c3629e6fcf3b45b9df7299a5a85 (patch) | |
| tree | aa0c3f187b3f6de6af28f8231e8a8b52043bb19a | |
| parent | 15d44940387f716ec5d2efee12bc9d9a7530ae56 (diff) | |
| download | bootstrap-aedee95dbfc13c3629e6fcf3b45b9df7299a5a85.tar.xz bootstrap-aedee95dbfc13c3629e6fcf3b45b9df7299a5a85.zip | |
Adds basic table of contents for mixins.less. You know for the kids.
| -rw-r--r-- | less/mixins.less | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index ee27192fd..a9ac7f47e 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -1,6 +1,74 @@ // // Mixins // -------------------------------------------------- +// +// Table of Contents +// +// UTILITIES +// ------------------------- +// - Clearfix +// - WebKit-style focus +// - Center-align a block level element +// - Sizing shortcuts +// - Placeholder text +// - Text overflow +// - Requires inline-block or block for proper styling +// - CSS image replacement +// +// CSS3 PROPERTIES +// -------------------------------------------------- +// - Single side border-radius +// - Drop shadows +// - Transitions +// - Transformations +// - Animations +// - Backface visibility +// - Prevent browsers from flickering when using CSS 3D transforms. +// - Box sizing +// - User select +// - For selecting text on the page +// - Resize anything +// - CSS3 Content Columns +// - Optional hyphenation +// - Opacity +// +// GRADIENTS +// -------------------------------------------------- +// - Reset filters for IE +// - Retina images +// - Responsive image +// +// COMPONENT MIXINS +// -------------------------------------------------- +// - Horizontal dividers +// - Dividers (basically an hr) within dropdowns and nav lists +// - Panels +// - Alerts +// - Tables +// - List Groups +// - Button variants +// - Button sizes +// - Pagination +// - Labels +// - Contextual backgrounds +// - Typography +// - Navbar vertical align +// - Vertically center elements in the navbar. +// - Progress bars +// +// RESPONSIVE UTILITIES +// ------------------------- +// Grid System +// ----------- +// - Centered container element +// - Generate the extra small columns +// - Generate the small columns +// - Generate the medium columns +// - Generate the large columns +// - Framework grid generation +// - Basic looping in LESS +// - Form validation states +// - Form control focus state // Utilities @@ -1025,3 +1093,4 @@ height: auto; } } + |
