mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add browserslist config to avoid rem -> px fallback generation
This commit is contained in:
parent
1e1d45e092
commit
882f391bd6
2736
dist/tailwind.css
vendored
2736
dist/tailwind.css
vendored
File diff suppressed because it is too large
Load Diff
2
dist/tailwind.css.map
vendored
2
dist/tailwind.css.map
vendored
File diff suppressed because one or more lines are too long
@ -21,5 +21,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"stylefmt": "^6.0.0"
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%"
|
||||
]
|
||||
}
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
body {
|
||||
background-color: red;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.red { background-color: red }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user