1.0.6 • Published 4 years ago

headwindcss v1.0.6

Weekly downloads
15
License
ISC
Repository
github
Last release
4 years ago

Changes

  • Colons in responsive classes converted to dashes to work in a sass compiler, so md:bg-blue-500 becomes md-bg-blue-500.

  • Instead of something like w-1/2, since Sass and Pug don't like the /, was replaced by _, so use w-1_2 now.

  • Likewise with hover effects the colons, liek in hover:bg-red-800 is replaced with a -, so now it's hover-bg-red-800.

  • Since we obviously don't want everything breaking if the user moves below a certain width, I made sm work for everything below 650px.

    • sm - 0px
    • md - 650px
    • lg - 1024px
    • xl - 1280px