1.0.6 • Published 6 years ago
headwindcss v1.0.6
Changes
Colons in responsive classes converted to dashes to work in a sass compiler, so
md:bg-blue-500becomesmd-bg-blue-500.Instead of something like
w-1/2, since Sass and Pug don't like the/, was replaced by_, so usew-1_2now.Likewise with hover effects the colons, liek in
hover:bg-red-800is replaced with a-, so now it'shover-bg-red-800.Since we obviously don't want everything breaking if the user moves below a certain width, I made
smwork for everything below 650px.sm- 0pxmd- 650pxlg- 1024pxxl- 1280px