dist/_scut.scss in scut-1.2.1 vs dist/_scut.scss in scut-1.3.0

- old
+ new

@@ -1,9 +1,9 @@ /* * Scut, a collection of Sass utilities * to ease and improve our implementations of common style-code patterns. -* v1.2.1 +* v1.3.0 * Docs at http://davidtheclark.github.io/scut */ @mixin scut-clearfix { @@ -1417,9 +1417,23 @@ } %scut-link-bb { @include scut-link-bb; } +// SCUT LINK UNSTYLED +// http://davidtheclark.github.io/scut/#link-unstyled + +@mixin scut-link-unstyled() { + + text-decoration: none; + color: inherit; + +} + +%scut-link-unstyled { + @include scut-link-unstyled(); +} + @mixin scut-reverse-italics ( $elements: null ) { $element-list: em, cite, i; \ No newline at end of file