scut 1.3.1 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dist/_scut.scss +16 -1
- data/lib/scut.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e603b41a90f9b725c2f2a84509de6002d6426bd
|
4
|
+
data.tar.gz: d62814807db86e302976fe9e8a17f63a3ee85a65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e447e22a082f6db800ca7967efd67c383c7b79025179927a0dbe4b1d74a9367239434094e4892a02e6a865cb319f107281460cae9815aa9241a7baec4f5e6085
|
7
|
+
data.tar.gz: 6c9796f214b51b037b509e506a27c8e18473e64021f3e2ddd6f06eb519ef1b589572869a6a584ca6e69d04c6e7f85eff3b9bd1e9541c41dafe7def6486314669
|
data/dist/_scut.scss
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/*
|
2
2
|
* Scut, a collection of Sass utilities
|
3
3
|
* to ease and improve our implementations of common style-code patterns.
|
4
|
-
* v1.
|
4
|
+
* v1.4.0
|
5
5
|
* Docs at http://davidtheclark.github.io/scut
|
6
6
|
*/
|
7
7
|
|
@@ -1277,6 +1277,21 @@ $scut-whitesquare: "\25a1";
|
|
1277
1277
|
$scut-ssquare: "\25aa";
|
1278
1278
|
// small white square
|
1279
1279
|
$scut-swhitesquare: "\25ab";
|
1280
|
+
|
1281
|
+
// general currency
|
1282
|
+
$scut-currency: "\00a4";
|
1283
|
+
// cent
|
1284
|
+
$scut-cent: "\00a2";
|
1285
|
+
// dollar
|
1286
|
+
$scut-dollar: "\0024";
|
1287
|
+
// pound
|
1288
|
+
$scut-pound: "\00a3";
|
1289
|
+
// euro
|
1290
|
+
$scut-euro: "\20ac";
|
1291
|
+
// yen
|
1292
|
+
$scut-yen: "\00a5";
|
1293
|
+
// rupee
|
1294
|
+
$scut-rupee: "\20B9";
|
1280
1295
|
@function main-src($formats, $file-path, $font-family) {
|
1281
1296
|
// Return the list of `src` values, in order, that
|
1282
1297
|
// a good `@font-face` will need, including only
|
data/lib/scut.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scut
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Clark
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
version: '0'
|
62
62
|
requirements: []
|
63
63
|
rubyforge_project: scut
|
64
|
-
rubygems_version: 2.4.5
|
64
|
+
rubygems_version: 2.4.5
|
65
65
|
signing_key:
|
66
66
|
specification_version: 4
|
67
67
|
summary: Sass utilities for the frontend laborer.
|