Background attachment?
benface opened this issue ยท 10 comments
Tailwind itself already has a backgroundAttachment module since v0.3.0, which generates the same classes as this plugin:
.bg-fixed {
background-attachment: fixed;
}
.bg-local {
background-attachment: local;
}
.bg-scroll {
background-attachment: scroll;
}
Should these classes be removed from this plugin then?
Thanks for the heads up, I probably missed it somehow. Will release a new version later and another one when/if Adam merges your PR with space and round.
/remind me to update the plugin in 4 days.
No news at tailwindlabs/tailwindcss#610 yet ๐ข
/remind me in a week
@benface I've just published v1.0.0 which removes support for everything we already have in core, adds tests (which I shamelessly stole from https://github.com/benface/tailwindcss-transforms) and introduces support for backgroundImage which I'm not sure is even needed ๐คทโโ
Nice update! ๐