Add browserslist config to avoid rem -> px fallback generation

This commit is contained in:
Adam Wathan 2017-08-26 11:19:50 -04:00
parent 1e1d45e092
commit 882f391bd6
4 changed files with 1508 additions and 1236 deletions

2736
dist/tailwind.css vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -21,5 +21,8 @@
},
"devDependencies": {
"stylefmt": "^6.0.0"
}
},
"browserslist": [
"> 1%"
]
}

View File

@ -1,5 +1,6 @@
body {
background-color: red;
font-size: 1rem;
}
.red { background-color: red }