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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a81e85a7737089b5d8d581d0b3a2a57537246b0d9f2d959621c88947256e4655
4
- data.tar.gz: 1dc39f0ac56a400201336c993a933a016c48c055620d85a1110da61af0d96626
3
+ metadata.gz: 934ae629ba540f07564e748d1e7a45e5e5ef104c09bf7a0c131fca94aeb3699c
4
+ data.tar.gz: 1473fe21e48527f534805e9d4f21d06ee7a43e44a758dd6469f8ead41f0af28d
5
5
  SHA512:
6
- metadata.gz: aa46bc05d461559f837ba25efdb96e6929aee69d3157026472e1b7d3e658a7bd68416d8f35543ae91006904fd6dce531929a72e4adf35e37bfde0ad94a40c20e
7
- data.tar.gz: 4c15e84ccc7e25289835ad5aaf97460a0bd6973e1496df67be670b21c2c97861973222c9e6f60cc539864da6ce4a42264d3864ed5d8cc4feb33c9ce5aa63cb25
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['"]/i.match?(content)
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Tailwindcss
5
- VERSION = "0.6.0"
5
+ VERSION = "0.6.1"
6
6
  end
7
7
  end
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.0
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-13 00:00:00.000000000 Z
10
+ date: 2025-02-14 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: tailwindcss-ruby