-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or request
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?
hacknug
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request