tailwindcss-rails 2.0.1-arm64-darwin → 2.0.2-arm64-darwin

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: 74ce78b01b3254207f6db9a6f2d11cba2e4cb2d9088f0fc60d3ae09dfbf06be6
4
- data.tar.gz: f7967307f201ef7c103c56265cbf0d518acff3a2eeab13738d21f04b7ea53552
3
+ metadata.gz: b3f21bb9a2bea16afaa69ce1f6808aa5c21cd1b3472320f530b892fc65b7d19a
4
+ data.tar.gz: f5273e27b761e8bd400326e621e99f6b4edfa74b91eb367e65b1de89b9fe46f5
5
5
  SHA512:
6
- metadata.gz: cc699aa5ce5f7f2f7c6d85844079eac61c1aa7250d172147dedd1d05c970eb9f6ae721f4962d1e508860a57150b942bc9377c4d711117149ae3c67d5a611c9eb
7
- data.tar.gz: 29a9f4d4f7a10ab45964688b945b42afc2dcfba98fb6c0aa61d8506e16a38d4338a3ee260920878f551093ee2271650ba4d42c38d2b26c76422d248b1cd484eb
6
+ metadata.gz: fd93badf62cbd2e2f87fe845aab174c33c4bcf63f635f9f9046753afacef8ffa77c573609386dc58d29db819a858ad4cd13b403a96c27e6689f45724a2f725d8
7
+ data.tar.gz: 4375182ee9b49a636e0a032946ae6f58c90bd180aeaf21c852125a2d81955e1fa25bd142141c1c6163859138bea1efb5237ec898c86fd6e8d73ccdaf69f1d305
Binary file
@@ -1,12 +1,11 @@
1
1
  const defaultTheme = require('tailwindcss/defaultTheme')
2
2
 
3
3
  module.exports = {
4
- darkMode: 'media',
5
4
  content: [
6
5
  './app/helpers/**/*.rb',
7
6
  './app/javascript/**/*.js',
8
7
  './app/views/**/*'
9
- ],
8
+ ],
10
9
  theme: {
11
10
  extend: {
12
11
  fontFamily: {
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.0.5"
4
+ VERSION = "v3.0.7"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - David Heinemeier Hansson