Skip to content

fix: Prevent non-CSS modules from being treated as one#464

Merged
frankieyan merged 7 commits intobetafrom
frankie/fix-css-output
Mar 10, 2021
Merged

fix: Prevent non-CSS modules from being treated as one#464
frankieyan merged 7 commits intobetafrom
frankie/fix-css-output

Conversation

@frankieyan
Copy link
Member

@frankieyan frankieyan commented Mar 9, 2021

Short description

This fixes an issue where every css file being bundled were being treated as modules, causing the stylesheets to no longer match the classnames the components are using.

I've opened two issues with rollup-plugin-styles package so we may be able to remove the patches introduced here:
Anidetrix/rollup-plugin-styles#166
Anidetrix/rollup-plugin-styles#167

PR Checklist

  • Added tests for bugs / new features
  • Updated docs (storybooks, readme)
  • Executed npm run validate and made sure no errors / warnings were shown
  • Described changes in CHANGELOG.md
  • Bumped version in package.json and package-lock.json (npm --no-git-tag-version version <major|minor|patch>) ref
  • Updated all static build artifacts (npm run build-all)

Versioning

This should be released as 9.1.0-beta.1

@frankieyan frankieyan force-pushed the frankie/fix-css-output branch from a3b8335 to 116057c Compare March 9, 2021 13:35
@frankieyan frankieyan requested review from a team and rfgamaral and removed request for a team March 9, 2021 13:36
@frankieyan frankieyan self-assigned this Mar 9, 2021
@frankieyan frankieyan force-pushed the frankie/fix-css-output branch from 116057c to dcdeaf7 Compare March 10, 2021 08:37
@frankieyan frankieyan merged commit be119ac into beta Mar 10, 2021
@frankieyan frankieyan deleted the frankie/fix-css-output branch March 10, 2021 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants