Skip to content

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

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.

3 participants