jekyll-tailwindcss 0.6.0 → 0.6.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 +4 -4
- data/lib/jekyll/converters/tailwindcss.rb +1 -1
- data/lib/jekyll-tailwindcss/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 934ae629ba540f07564e748d1e7a45e5e5ef104c09bf7a0c131fca94aeb3699c
|
4
|
+
data.tar.gz: 1473fe21e48527f534805e9d4f21d06ee7a43e44a758dd6469f8ead41f0af28d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74f2d7d9bbf6d4650c6c956e86d6eaad3c21e10e31facc2a3b997654fe4b2562194bb405fe98f6071ef32759a19b91e21d680c9c42df47929d87ff08cd72c370
|
7
|
+
data.tar.gz: 6fbf75793f33cd206fe7c3b29a02afed936a8d3d108d0374f5862decd9d7eb691c9a38e3d04aed41ddf8605cf0c77203822cfeb2ad849b1a74b00fe5ab87f0b5
|
@@ -16,7 +16,7 @@ module Jekyll
|
|
16
16
|
end
|
17
17
|
|
18
18
|
def convert(content)
|
19
|
-
return content unless /@tailwind|@import ['"]tailwindcss
|
19
|
+
return content unless /@tailwind|@import ['"]tailwindcss/i.match?(content)
|
20
20
|
if content.include?("@tailwind") && config_path.nil?
|
21
21
|
Jekyll.logger.error "Jekyll Tailwind:", "to use tailwind v3 you need to include a config path in _config.yml"
|
22
22
|
return content
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-tailwindcss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Vormwald
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-02-
|
10
|
+
date: 2025-02-14 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: tailwindcss-ruby
|