Sha256: 6029122fd7d6dffad4ef00fa26fe74d47b5bee9a1ec0f8d94fa35fe4bc6813e4
Contents?: true
Size: 481 Bytes
Versions: 55
Compression:
Stored size: 481 Bytes
Contents
@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"); } }
Version data entries
55 entries across 54 versions & 6 rubygems