Skip to content

Commit

Permalink
add darkMode alternatives as a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Nov 6, 2020
1 parent f2c397a commit 6a219f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stubs/defaultConfig.stub.js
Expand Up @@ -3,7 +3,7 @@ const colors = require('../colors')
module.exports = {
purge: [],
presets: [],
darkMode: false,
darkMode: false, // or 'media' or 'class'
theme: {
screens: {
sm: '640px',
Expand Down
2 changes: 1 addition & 1 deletion stubs/simpleConfig.stub.js
@@ -1,6 +1,6 @@
module.exports = {
purge: [],
darkMode: false,
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
Expand Down

0 comments on commit 6a219f9

Please sign in to comment.