Sha256: 0ea379e56c58e81d51ee28cea3bbfa9d86c5ca5a03bb9e593050b535bab7f27e
Contents?: true
Size: 490 Bytes
Versions: 22
Compression:
Stored size: 490 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(unquote("pdf.png")); } }
Version data entries
22 entries across 22 versions & 1 rubygems