Skip to content

v0.1.4

Compare
Choose a tag to compare
@adamwathan adamwathan released this 06 Nov 16:50
· 5217 commits to main since this release
  • 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