Closed
Description
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?