Skip to content

Background attachment? #1

Closed
Closed
@benface

Description

@benface

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?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions