Skip to content

Set up CSS module support #4000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025
Merged

Set up CSS module support #4000

merged 1 commit into from
Apr 11, 2025

Conversation

koesie10
Copy link
Member

This sets up support for CSS modules such that the following would now work:

ActionButton.module.css:

.button {
  display: block;
}
import styles from "./ActionButton.module.css";

export const ActionButton = () => {
  return <button className={styles.button} />
}

@koesie10 koesie10 marked this pull request as ready for review April 11, 2025 10:33
@Copilot Copilot AI review requested due to automatic review settings April 11, 2025 10:33
@koesie10 koesie10 requested a review from a team as a code owner April 11, 2025 10:33
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • extensions/ql-vscode/package.json: Language not supported
  • extensions/ql-vscode/src/view/tsconfig.json: Language not supported

@koesie10 koesie10 requested a review from tuan-nguen April 11, 2025 10:34
Copy link
Contributor

@tuan-nguen tuan-nguen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@koesie10 koesie10 merged commit 89c2602 into main Apr 11, 2025
31 of 32 checks passed
@koesie10 koesie10 deleted the koesie10/css-modules branch April 11, 2025 11:04
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