We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make $cssModule macro typed corresponding to SFC's <style module> blocks.
$cssModule
<style module>
VS Code plugin or a task.
Use special wrapping comments to easily update types
// @css-modules-types-start /* ... */ // @css-modules-types-end
or actually make a Volar plugin https://github.com/johnsoncodehk/volar/blob/master/plugins/pug/src/index.ts
The text was updated successfully, but these errors were encountered:
https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin
Sorry, something went wrong.
Lutymane
No branches or pull requests
Make
$cssModule
macro typed corresponding to SFC's<style module>
blocks.VS Code plugin or a task.
Use special wrapping comments to easily update types
or actually make a Volar plugin
https://github.com/johnsoncodehk/volar/blob/master/plugins/pug/src/index.ts
The text was updated successfully, but these errors were encountered: