Commit 8dd2b3d3 authored by Mark Otto's avatar Mark Otto

follow up to #1501 to update notes in sprites.less

parent 1ec6628e
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
// All icons receive the styles of the <i> tag with a base class // All icons receive the styles of the <i> tag with a base class
// of .i and are then given a unique class to add width, height, // of .i and are then given a unique class to add width, height,
// and background-position. Your resulting HTML will look like // and background-position. Your resulting HTML will look like
// <i class="i icon-inbox"></i>. // <i class="icon-inbox"></i>.
// For the white version of the icons, just add the .icon-white class: // For the white version of the icons, just add the .icon-white class:
// <i class="i icon-inbox icon-white"></i> // <i class="icon-inbox icon-white"></i>
[class^="icon-"] { [class^="icon-"] {
display: inline-block; display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment