dist/_scut.scss in scut-1.3.1 vs dist/_scut.scss in scut-1.4.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.3.1
+* v1.4.0
* Docs at http://davidtheclark.github.io/scut
*/
@mixin scut-clearfix {
@@ -1275,9 +1275,24 @@
$scut-whitesquare: "\25a1";
// small square
$scut-ssquare: "\25aa";
// small white square
$scut-swhitesquare: "\25ab";
+
+// general currency
+$scut-currency: "\00a4";
+// cent
+$scut-cent: "\00a2";
+// dollar
+$scut-dollar: "\0024";
+// pound
+$scut-pound: "\00a3";
+// euro
+$scut-euro: "\20ac";
+// yen
+$scut-yen: "\00a5";
+// rupee
+$scut-rupee: "\20B9";
@function main-src($formats, $file-path, $font-family) {
// Return the list of `src` values, in order, that
// a good `@font-face` will need, including only
// those formats specified in the list `$formats`.
$result: ();
\ No newline at end of file