question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for css modules in jsx/tsx

See original GitHub issue
Abbreviation Current Behavior Desired Behavior
.foo <div className="foo"></div> <div className={styles.foo}></div>

Sorry for reopening this issue, but #533 was closed by the author and I didn’t want it to quietly disappear. I’ve wanted this for years and haven’t found a clean solution yet. I took a look at the emmet source code and I can’t think of a clean way to implement this myself.

@sergeche you mentioned you would try to implement this in an upcoming emmet version - did you manage to do it?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:7
  • Comments:30 (10 by maintainers)

github_iconTop GitHub Comments

13reactions
svobik7commented, Aug 8, 2020

How about div..foo? It would be super fast to type.

5reactions
hzmmingcommented, Oct 5, 2021

Excuse me, is this problem being handled?

BTW, is there any way to uses styleName instead of className ? The styleName is from https://github.com/gajus/babel-plugin-react-css-modules.

Abbreviation Current Behavior Desired Behavior
.foo <div className="foo"></div> <div styleName="foo"></div>
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to import CSS modules with Typescript, React and ...
Create css file component.css · Include it in component import * as css from './component.css' · Run webpack · Typescript compiler will try...
Read more >
typescript-plugin-css-modules - npm
A TypeScript language service plugin for CSS Modules. ... For Create React App users, this plugin will work without additional configuration ...
Read more >
How to use CSS Modules with TypeScript and webpack
Using CSS Modules with TypeScript is not as obvious as with JavaScript. There are several ways to do that.
Read more >
Increasing the Value of CSS Modules with Typescript
The easiest way to try out CSS Modules on a real application is to create a new one. Create React App has a...
Read more >
Using CSS modules in React - Bootcamp
To import a CSS Module into the corresponding component, import the css modules stylesheet as styles or [name]Styles : In JSX, use the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found