• Franco Fichtner's avatar
    src: move all files (again) · 727453c0
    Franco Fichtner authored
    Make "src" the implicit "/usr/local" so that nobody can
    sneak in weird files in the base file system or potentially
    overwrite them.
    
    This is the last time, I swear...  :)
    727453c0
_text-emphasis.scss 189 Bytes
// Typography

// [converter] $parent hack
@mixin text-emphasis-variant($parent, $color) {
  #{$parent} {
    color: $color;
  }
  a#{$parent}:hover {
    color: darken($color, 10%);
  }
}