tailwind-jekyll-theme 0.1.4 → 0.1.5

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: 90ab6786ab6c2a2452f0ec812d81797adefbd9a13517b15b8fe268e1d603d1b5
4
- data.tar.gz: e3ad7fc551480dc151665e7403eb8a8b82a42f4c58c4c6651f116bfeb713bdcf
3
+ metadata.gz: 31762ce173c18b2881b1f961d5c07293ea06820dbdb55c0393ae0e863ff2e95b
4
+ data.tar.gz: 4b9f308749d60b7f988fd38c3c600bb07ad639bc84ce0c071b50ec22b9d7144f
5
5
  SHA512:
6
- metadata.gz: 4e5058d85150bdb626468b715f6cc474d837fdc5265970ded7c96e859cbe75957bf8506b6d876dfeb1ed5f0ff2b3fac36e2e72583c864551088bfec5a2dce3a9
7
- data.tar.gz: 6731c5129ec675aecf9dd21f5560adc2d2b6ed50378406b6848f8d7f003610a9cd24f934d5b4975870464d97d00f9c5a9adf06c7ee67ea8f1ff6ce739d9b2217
6
+ metadata.gz: ab4752ec90137d8f0b622eeffe948b187d459ff260c33440307ed1677acf8d8eda9210f58089bf9d210653a9654bceb90dea9521dfd9859edde33f51880d5086
7
+ data.tar.gz: 17b683bd1b98cc962843f8f50b7dcf6f3744ac25714d726252c5c6275573e2ede0839c8102e8bbe6ef36da0008c3c84de7a364c83eb5892125fcf44d0b88c3e3
data/assets/css/main.scss CHANGED
@@ -5,4 +5,5 @@
5
5
  @tailwind components;
6
6
  @tailwind utilities;
7
7
 
8
- @import "tailwind-jekyll-theme";
8
+ @import "minima/skins/{{ site.minima.skin | default: 'classic' }}";
9
+ @import "minima/initialize";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwind-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Kidd
@@ -127,7 +127,6 @@ files:
127
127
  - _layouts/home.html
128
128
  - _layouts/page.html
129
129
  - _layouts/post.html
130
- - _sass/_tailwind-jekyll-theme.scss
131
130
  - _sass/minima/_base.scss
132
131
  - _sass/minima/_layout.scss
133
132
  - _sass/minima/custom-styles.scss
@@ -1,2 +0,0 @@
1
- @import "minima/skins/{{ site.minima.skin | default: 'classic' }}";
2
- @import "minima/initialize";