tailwindcss-rails 2.0.1-x86_64-darwin → 2.0.2-x86_64-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: e79303849894c3afe17ae404e5f35e243484cbc7e294c2408b5932de56b28f04
4
- data.tar.gz: 51c9349082722382369dc5e3228a4e9968103e536fa3e82b6df0c33cb03c4082
3
+ metadata.gz: 73fa30a0a077e0e2f36a4c97ce13d7f31be36184ea9dae6eee3f8f1ac2f92954
4
+ data.tar.gz: 0f4dc349b65d5d475c242afd94a478533873a29b4c28b8436634cf24ed7247a4
5
5
  SHA512:
6
- metadata.gz: a8a1eca9f4a5f59dc3139e0f4cea3a2b093fc5a7a4281fbde659dba2e564f7017f6ac7a070e899941b45ec1dc15859ca8de013d214bc31947845069218d74bfc
7
- data.tar.gz: 1780964398cf67e069f7b679ccaca8a463084a57c36447dcabe25c54ab47ad464d52f4611da48a5f6bac025f98e9342ae51b2123a8962a3d0c14254a19c8aba0
6
+ metadata.gz: 53f23ee9910264a9a56c4e7447604ba14cb4ff9783074a32ed3feb29b833393a26f2ae9a9ac65734fe6ce97ccc207fcdd741044f2868cd40938eb7304a015525
7
+ data.tar.gz: ff9d51e0c2921e091b5c391052ed9ef7bc330b47b40ff2309e6e3d94bef61e697340688d9548b5182c092c240664951697b4c0f497da1b8ba55cd09274c057ac
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: x86_64-darwin
6
6
  authors:
7
7
  - David Heinemeier Hansson