gyrocycle 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: d455f93188207c1ed4761b62efd989d99ee66c1fae02e54838624061b00b3447
4
- data.tar.gz: e5efb43735d186c47a6210812a043375e4ae889a00f6a45a7cf4e37e03393574
3
+ metadata.gz: 6df3896fea321afb790f9e8ce68ef692d9ad05271d576931daec1ef0c88a1bf0
4
+ data.tar.gz: 86e9c5cb243e1ad85573f63ff0bda2877702702ceb297fc3fdc77070cc958f50
5
5
  SHA512:
6
- metadata.gz: 3d22295cf33fb9d71dbf833940b87906d79ee74c23fe6838fd7383e9da189091ea2441db7f6b61c9c872fd14fd61978d5a45bf19df6c1580fd3d2a8976d5a525
7
- data.tar.gz: 639cb174fff4a2ae5b29deba42c05040ee97dc39d0c1d6b19e6314bd93c6517e853e70d6348d3702c902df0bf4d52219e07d5e0311b1cbe83bff482c952bc601
6
+ metadata.gz: a18f10e666e94cb271569ac2671ee9224b6bc162fedf3c0208cfe850467cbc329819128c1c7d8af47daef41f5b34d3eecf0c46f6c48366e0540a1ba708412780
7
+ data.tar.gz: 351e87b43920c93f7821aacd3db899811743d37208f9f64819f14ac9d9d2aca35b09b3b6d1ed16735bdbe423489c5f326c9b2a372097a17a2526ee916be083a4
@@ -0,0 +1,7 @@
1
+ $font-size: 15px !default;
2
+ $line-height: 22px !default;
3
+
4
+ @import "../vendor/raster/dist/scss/raster.scss";
5
+ @import "layout";
6
+ @import "fonts";
7
+ @import "typography";
@@ -2,10 +2,4 @@
2
2
  # Only the main Sass file needs front matter (the dashes are enough)
3
3
  ---
4
4
 
5
- $font-size: 15px;
6
- $line-height: 22px;
7
-
8
- @import "../vendor/raster/dist/scss/raster.scss";
9
- @import "layout";
10
- @import "fonts";
11
- @import "typography";
5
+ @import "gyroscope";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gyrocycle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roben Kleene
@@ -87,6 +87,7 @@ files:
87
87
  - _sass/fira-mono.scss
88
88
  - _sass/fira-sans.scss
89
89
  - _sass/fonts.scss
90
+ - _sass/gyroscope.scss
90
91
  - _sass/layout.scss
91
92
  - _sass/open-sans.scss
92
93
  - _sass/rubik.scss