Skip to content
- If using Webpack, it will now watch your config file changes
- Autoprefix
dist assets for quick hacking and prototyping
- Move list utilities earlier in stylesheet to allow overriding with spacing utilities (bug fix)
- Add
my-auto, mt-auto, and mb-auto margin utilities
- Add
sans-serif to end of default sans font stack
- When running
tailwind init [filename], automatically append .js to filename if not present
- Support default fallback value in
config(...) function, ie. config('colors.blue', #0000ff)
- Don't output empty media queries if Tailwind processes a file that doesn't use Tailwind