english_tea 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 316476d4e75bc04a80156ba2a08733ca3268ac82
4
- data.tar.gz: 65649b685e2ca5222d474cd4286b46b33e217b06
3
+ metadata.gz: e65cf2f60a5cae0cd0b7250cb6b7734309869a0c
4
+ data.tar.gz: e0c0e09972f69d01f49b943174af68701adec487
5
5
  SHA512:
6
- metadata.gz: d0d83e1f1a2a5e1cc757ea8089cebe57d9b1370b4fb3442d0f3c770712e26e0f2d7cf1de8d49f3288a32dc97914cb27f6c615d41e792ad25f9b5ba13eafd979a
7
- data.tar.gz: 36f6806da14cdb63a1488bfb5862075964993be2390cccdb641380d301e0b4712035e546da4a8b48f28083fff27b0d41c5e79c5e62d0a8b5d154a64b47ce94d1
6
+ metadata.gz: 5de04a7d3cd9712ba7be66ddb3487e11018bcf546d038e6ac0df377d92bb8df9de5e4cfd2419f8db7cd886fdb0ec32f1ac84cde061739ee04b2596c185b218ce
7
+ data.tar.gz: 82328972490c93b323a808fd6bfe93a4bd43a89cb896e7cbed378faa3be0cfac41e5c82c1b71cc150ef6c25290b4fd087ffa18c47b63e1b8bed4932ffa207a65
data/README.md CHANGED
@@ -36,6 +36,19 @@ Or just include the submodule you want directly:
36
36
 
37
37
  @import 'english_tea/typography/fonts';
38
38
 
39
+ ## Customization
40
+
41
+ You can override things like colors, fonts and sizing like so:
42
+
43
+ $english_tea: (
44
+ "type-font-title": ('Comic Sans', 'Helvetica Neue', sans-serif),
45
+ "color-1": (#a2f4fc, #2fa6ba, #248798, #1a7180)
46
+ );
47
+
48
+ @import 'english_tea';
49
+
50
+ Check out `app/assets/stylesheets/english_tea/setup/_config.scss` for the full list of default variables that you can override.
51
+
39
52
  ## Documentation
40
53
 
41
54
  See https://workingnotworking.com/styleguide for tons of usage examples (coming soon).
@@ -458,7 +458,8 @@ $colors-social:
458
458
  etsy: #f4621f,
459
459
  blog: #000,
460
460
  medium: #1b1a18,
461
- codepen: #000
461
+ codepen: #000,
462
+ youtube: #ff0000
462
463
  );
463
464
 
464
465
  $color-border-base: map-get($colors, 2);
@@ -1,3 +1,3 @@
1
1
  module EnglishTea
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: english_tea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Parr
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-10-03 00:00:00.000000000 Z
12
+ date: 2017-10-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -233,7 +233,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  version: '0'
234
234
  requirements: []
235
235
  rubyforge_project:
236
- rubygems_version: 2.6.13
236
+ rubygems_version: 2.6.14
237
237
  signing_key:
238
238
  specification_version: 4
239
239
  summary: Atomic CSS from WorkingNotWorking.com