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
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.