hacknug/tailwindcss-background-extended

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.

@hacknug set a reminder for Jan 7th 2019

๐Ÿ‘‹ @hacknug, update the plugin .

No news at tailwindlabs/tailwindcss#610 yet ๐Ÿ˜ข

/remind me in a week

@hacknug set a reminder for Jan 15th 2019

๐Ÿ‘‹ @hacknug,

๐Ÿ‘‹ @hacknug, update the plugin .

-- benfacebot

@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! ๐Ÿ‘