pusher-chameleon 1.0.4 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +9 -1
- data/docs/_sass/_chameleon_imports.scss +1 -0
- data/logo.png +0 -0
- data/package.json +1 -1
- data/stylesheets/typography/_typography.scss +4 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89eb1c555932c7bb562e706156080e1d10b74d03
|
4
|
+
data.tar.gz: c7d4059c992b55504249277bd7454358ffb4d977
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8aa62d956fe327c4d69272b638cc349bacffe83e19d72c6a897b4ca32167acc381c381c1141002b60a8964ab419f55d283f4ab4c5b91aa74d362df30f001c54
|
7
|
+
data.tar.gz: e7f602e88ab4c900d9fee04f553ccbabc052c538dfbb8eed062736814a1d370186ec81a95a90a7127badc29329d896f775e65ebfa5da96a13d3ad581aba46393
|
data/README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
![Pusher Chameleon logo](https://raw.githubusercontent.com/pusher/chameleon/master/logo.png)
|
2
|
+
|
3
|
+
|
1
4
|
# Pusher Chameleon
|
2
5
|
|
3
6
|
[![npm version](https://badge.fury.io/js/pusher-chameleon.svg)](https://badge.fury.io/js/pusher-chameleon) [![Gem Version](https://badge.fury.io/rb/pusher-chameleon.svg)](https://badge.fury.io/rb/pusher-chameleon)
|
@@ -37,4 +40,9 @@ This rake task will publish a new version of Chameleon to the npm registry, push
|
|
37
40
|
|
38
41
|
## Documentation
|
39
42
|
|
40
|
-
[Read the Docs](https://pusher.github.io/chameleon)
|
43
|
+
[Read the Docs](https://pusher.github.io/chameleon)
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
* * *
|
48
|
+
*Logo by Agne Alesiute via TheNounProject*
|
@@ -13,6 +13,7 @@ $font-family-secondary: 'Proxima Nova';
|
|
13
13
|
@include CHAMELEON-base;
|
14
14
|
@include CHAMELEON-grid;
|
15
15
|
@include CHAMELEON-typography;
|
16
|
+
@include CHAMELEON-syntax-highlighting;
|
16
17
|
@include CHAMELEON-forms;
|
17
18
|
@include CHAMELEON-flex-aligners;
|
18
19
|
@include CHAMELEON-alert;
|
data/logo.png
ADDED
Binary file
|
data/package.json
CHANGED
@@ -8,5 +8,8 @@
|
|
8
8
|
@include chameleon-typography-base;
|
9
9
|
@include chameleon-typography-titles;
|
10
10
|
@include chameleon-typography-helpers;
|
11
|
-
@include chameleon-typography-syntax-highlighting;
|
12
11
|
}
|
12
|
+
|
13
|
+
@mixin CHAMELEON-syntax-highlighting {
|
14
|
+
@include chameleon-typography-syntax-highlighting;
|
15
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pusher-chameleon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Pate
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-10-
|
11
|
+
date: 2016-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -121,6 +121,7 @@ files:
|
|
121
121
|
- lib/pusher-chameleon/engine.rb
|
122
122
|
- lib/pusher-chameleon/version.rb
|
123
123
|
- license
|
124
|
+
- logo.png
|
124
125
|
- package.json
|
125
126
|
- pusher-chameleon.gemspec
|
126
127
|
- stylesheets/.gitkeep
|