tailwindcss-rails 2.0.1 → 2.0.2

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: '038ae043a6d8c8414cf375fd5568e3ccf1b46e87b005eba0dc0e44c11104f3a4'
4
- data.tar.gz: 035753f9c82d2a6511a919bac50604648e8b7ce80fb03e1b598639a48fea9ea3
3
+ metadata.gz: a21c4aeac25794e2d622dc19cd4a48278255c48b08bc69182093fbe3e13ab92a
4
+ data.tar.gz: c1a67abc4163c3933159107a3a7d2d0b5e46edf5f0dbc34a3ead0ff41912d3c9
5
5
  SHA512:
6
- metadata.gz: 19e84fb4588a7699ba80755e326639a70f746b6c1c18c64b55f95848bcafa73945739cea763f13b1008ca31dc305dc20a89c10974b09c35359903e956873a708
7
- data.tar.gz: 8767372e7858242440c529c3c6b6fd3f907f3b465a82fe721816b92463c35b8a431d3e60de16a54d088c710f88fa9e0b89f14c9896470862ba7174560a013ca2
6
+ metadata.gz: 8a7e4bd3aa848e7f4ab76971862897dc213fc0624b26772d8d988e1acf19ac7c6be05cf221d581178709f7e1734fa5994df2191b5946bade6aef56e6370b5def
7
+ data.tar.gz: 719272771d2b41e991390e3327e40e994222215a62c1d11785025c8e87f2a30369b2a48e105f52396806006c8e8c1da5b0d9883ae977af002ba854b7b9eb3a2a
@@ -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: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson