tailwind-jekyll-theme 0.1.3 → 0.1.4

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