Skip to content

Commit

Permalink
Add explicit target value
Browse files Browse the repository at this point in the history
relaxed avoids any output changes, so there's (still) classes that won't work in IE11.
Is the default option but think it helps keep it clear.
tailwindlabs/tailwindcss#1635 (comment)
  • Loading branch information
gilleard committed May 18, 2020
1 parent 4c956fb commit 345cf9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/tailwind.config.js
Expand Up @@ -23,6 +23,7 @@ const zIndex = z.reduce((v, name, i) => ({ ...v, [name]: z.length - i }), {});

// tailwind settings
module.exports = {
target: 'relaxed',
theme: {
screens,
colors: {
Expand Down

0 comments on commit 345cf9c

Please sign in to comment.