Sha256: b3a1fb70c1e641cf797e6f3f1603e25bbe23835628ba761f1066608dee0884f5

Contents?: true

Size: 452 Bytes

Versions: 2

Compression:

Stored size: 452 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
  +link-icons
  // Use this class if a link gets an icon when it shouldn't.
  a.noicon
    +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
    +link-icon("pdf.png")

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
compass-sourcemaps-0.12.3.sourcemaps.a4836f1 frameworks/blueprint/templates/link_icons/link_icons.sass
compass-sourcemaps-0.12.2.sourcemaps.57a186c frameworks/blueprint/templates/link_icons/link_icons.sass