Skip to content

Commit

Permalink
Remove setting the dark-mode explicitly (#100)
Browse files Browse the repository at this point in the history
The dark mode feature is now enabled by default.

[Source](https://tailwindcss.com/docs/upgrade-guide#remove-dark-mode-configuration)
  • Loading branch information
dixpac authored Dec 19, 2021
1 parent 03cd581 commit a774b58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/install/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
const defaultTheme = require('tailwindcss/defaultTheme')

module.exports = {
darkMode: 'media',
content: [
'./app/helpers/**/*.rb',
'./app/javascript/**/*.js',
'./app/views/**/*'
],
],
theme: {
extend: {
fontFamily: {
Expand Down

0 comments on commit a774b58

Please sign in to comment.