daiblogs 0.1.0 → 0.1.1

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: da94cce5fea34fa55d9b9cf88db65ab471ee1d2c1d1ae9d862a78270559ee9ff
4
- data.tar.gz: '02389d3f7ba0d6f128f3efaa564b4f643b7f082fde3d3cc8a799b578d4fe71f0'
3
+ metadata.gz: d72bc50a2450094aff7e9806489eb9daa56489994b3b0970c23b631918c6235e
4
+ data.tar.gz: 225f13567d22d842ec12ea748e42945a124bb3b32cfe953b58220a9db3573292
5
5
  SHA512:
6
- metadata.gz: 90ddfd1902b2e95ea4417a3c6448e84301cb19dc15d53b54251a44d55a348bf32fff63b75b92fee8f265821e71d0a640891acbf3c8be0735ed6c4a49e5894fcf
7
- data.tar.gz: d4c375f80584433143e759e14c3220da55e083e5afe8bce9ef75eeefed55a79040021b4f4fc40091e2eb2bba2c6ac7ca8a71753c4fc55f434e45a27201520b1d
6
+ metadata.gz: cab8e72183cae29dac764cb56e7c05f6ac1a173834bce7d4569d972f97586c1a59128ef1a33991b4b185246e58129052581571a0643a322d5927b4204b47079d
7
+ data.tar.gz: ff78aeaf1d490a351e05108b8f25a1274e728de6b9c212783406ab929378ed13d2f0e48933699459e5ec0aa2b6b7496fb9480ed004c9366d1aafe21ebd16e78a
File without changes
File without changes
@@ -1,8 +1,5 @@
1
1
 
2
- // 🎌 Variables 🎌
3
2
 
4
-
5
- // 🎌 Weights 🎌
6
3
  /*
7
4
  thin: 100
8
5
  light: 300
@@ -1,5 +1,7 @@
1
1
  ---
2
2
  ---
3
+ @charset "utf-8";
4
+
3
5
  @import "variables";
4
6
  @import "grid";
5
7
  @import "mixins";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daiblogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Schuetz
@@ -72,13 +72,7 @@ files:
72
72
  - _layouts/home.html
73
73
  - _layouts/page.html
74
74
  - _layouts/post.html
75
- - assets/_sass/_blog.scss
76
- - assets/_sass/_grid.scss
77
- - assets/_sass/_layout.scss
78
- - assets/_sass/_legacy.scss
79
- - assets/_sass/_mixins.scss
80
- - assets/_sass/_typesetting.scss
81
- - assets/_sass/_variables.scss
75
+ - assets/_sass/blog.scss
82
76
  - assets/_sass/bourbon/_bourbon-deprecated-upcoming.scss
83
77
  - assets/_sass/bourbon/_bourbon.scss
84
78
  - assets/_sass/bourbon/addons/_button.scss
@@ -130,6 +124,12 @@ files:
130
124
  - assets/_sass/bourbon/helpers/_radial-positions-parser.scss
131
125
  - assets/_sass/bourbon/helpers/_render-gradients.scss
132
126
  - assets/_sass/bourbon/helpers/_shape-size-stripper.scss
127
+ - assets/_sass/grid.scss
128
+ - assets/_sass/layout.scss
129
+ - assets/_sass/legacy.scss
130
+ - assets/_sass/mixins.scss
131
+ - assets/_sass/typesetting.scss
132
+ - assets/_sass/variables.scss
133
133
  - assets/css/site.scss
134
134
  - assets/js/site.js
135
135
  homepage: https://www.dai.com