Skip to content

Library has groundwork.css instead of style.css in latest builds #256

@krowvin

Description

@krowvin

Describe the bug

@LaurenAllin and @tsressin reported they were getting an error with css imports (below)

Looking further it was determined that the latest builds of groundwork are publishing groundwork.css instead of style.css.

We could consider this possibly to make sure style.css is importable?

"./style.css": "./dist/groundwork.css" in the exports?

The docs still show style.css as the import required for the library.

REDACTED relevant log output

Image Image

https://www.npmjs.com/package/@usace/groundwork?activeTab=code

Steps to Reproduce

If I run npm run build-lib I see locally that it does build style.css.

But for some reason the CI/CD(?) is building groundwork.css.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions