examples/blueprint_plugins/src/link_icons.scss in compass-sourcemaps-0.12.3.sourcemaps.a4836f1 vs examples/blueprint_plugins/src/link_icons.scss in compass-sourcemaps-0.12.4.sourcemaps.a4836f1

- old
+ new

@@ -1,13 +1,13 @@ -@import "blueprint/link-icons"; - -// This turns link icons on for all links. You can change the scoping selector from -// body to something more specific if you prefer. -body { - @include link-icons; - // Use this class if a link gets an icon when it shouldn't. - a.noicon { - @include no-link-icon; } - // Not all links have a url structure that can be detected, - // So you can set them explicitly yourself like so: - a#this-is-a-pdf-link { - @include link-icon("pdf.png"); } } +@import "blueprint/link-icons"; + +// This turns link icons on for all links. You can change the scoping selector from +// body to something more specific if you prefer. +body { + @include link-icons; + // Use this class if a link gets an icon when it shouldn't. + a.noicon { + @include no-link-icon; } + // Not all links have a url structure that can be detected, + // So you can set them explicitly yourself like so: + a#this-is-a-pdf-link { + @include link-icon("pdf.png"); } }