Skip to content

Allow custom CSS class prefixes (avoid style collisions) #13

@emperor42

Description

@emperor42

All classes (shepherd-feed, shepherd-tag, shepherd-ad, active) are hard‑coded. If a site already uses those names, styles may clash. Add an optional classPrefix option (default "shepherd-") that prefixes every generated class. Update the CSS file to use the variable prefix (e.g., .{{prefix}}feed). Provide a small build‑time script or runtime string replacement.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Scheduled

Relationships

None yet

Development

No branches or pull requests

Issue actions