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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad0da8bf813125534ee33d606113358379950a96
4
- data.tar.gz: 6ab419ce2d5e0280ef7a8540c52abe8a073c23a3
3
+ metadata.gz: 89eb1c555932c7bb562e706156080e1d10b74d03
4
+ data.tar.gz: c7d4059c992b55504249277bd7454358ffb4d977
5
5
  SHA512:
6
- metadata.gz: 4f3684461f28fcd17dbfdcf8cec2406061fe61e55852bff6bd9998b0820cfc64a7af33367be39258080488dbee220571a4ae79e0581ae72943b3a3211b5e90ae
7
- data.tar.gz: 7bbbf983b08841bea42caf71cb353ddeeca6ce8b25879230201d538d9c860a6a96025048075523806e85dcfbbf761183789b587e1d482224200a13a021cb766c
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pusher-chameleon",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "description": "A collection of front-end patterns used across Pusher.",
5
5
  "repository": "https://github.com/pusher/chameleon",
6
6
  "keywords": [
@@ -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
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-10 00:00:00.000000000 Z
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