tailwindcss
Advanced tools
Changelog
[0.5.1] - 2018-03-13
.roman
class to .not-italic
due to the fact that it breaks compatibility with cssnext: postcss/postcss-selector-not#10. We'll stick with .roman
for now with a plan to switch to .not-italic
in another breaking version should that issue get resolved in postcss-selector-not.Changelog
[0.5.0] - 2018-03-13
.sticky position
utility.cursor-wait
and .cursor-move
utilities.bg-auto
background size utility.container
component.container
component is now a built-in plugin.overflow-x/y-scroll
now set overflow: scroll
instead of overflow: auto
.roman
renamed to .not-italic
Changelog
[0.4.3] - 2018-03-13
global.Object
to avoid issues with polyfills when importing the Tailwind config into other JSChangelog
[0.4.2] - 2018-03-01
img
tags without specifying a border styleChangelog
[0.4.1] - 2018-01-22
font
shorthandChangelog
[0.4.0] - 2017-12-15
@apply
'd classes can now be made !important
explicitly@apply
now strips !important
from any mixed in classesChangelog
[0.3.0] - 2017-12-01
@variants
at-rule.pin
no longer sets width and height to 100%fill
no longer defaults to currentColorChangelog
[0.2.2] - 2017-11-19
Changelog
[0.2.1] - 2017-11-18
Changelog
[0.2.0] - 2017-11-17
!important
auto
is no longer a hard-coded margin valuedefaultConfig
function is now a separate module@apply
is now very strict about what classes can be appliedoptions
key to your config