Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
aedee95d
Commit
aedee95d
authored
Mar 09, 2014
by
mrmrs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds basic table of contents for mixins.less. You know for the kids.
parent
15d44940
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
69 additions
and
0 deletions
+69
-0
less/mixins.less
less/mixins.less
+69
-0
No files found.
less/mixins.less
View file @
aedee95d
//
//
// Mixins
// 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
// Utilities
...
@@ -1025,3 +1093,4 @@
...
@@ -1025,3 +1093,4 @@
height: auto;
height: auto;
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment