Spencer Miskoviak

Results 38 comments of Spencer Miskoviak

This would be a breaking change to swap it like this, and in my opinion less correct. The types are meant to ensure you're only using valid class names that...

I'm not sure when I'll get around to this but if someone wants to create a pull request with this I can review it. I'm not sold on `outputEmptyClassnames`, mabye...

Yea, the lack of support in SASS is problematic. The PostCSS SASS plugin also relies on `sass` so the fact it removes empty classes will make this very challenging. The...

I'm not familiar with yarn pnp, but open to accepting contributions if it's straightforward and makes sense to include in the tool.

@alexgurr if you can update the commit to follow the correct format that'll fix the build and I can merge this. Something like `docs: update README.md`

There are no plans, but contributions are welcomed!

@RobbieGM did `0.0.11` work for you? @lkarmelo any ideas what might be causing this issue? (asking you because of https://github.com/skovy/typed-scss-modules/pull/34)

Have you tried themost recent version? Some of the dependencies have been upgraded that are responsible for the watch functionally. I unfortunately don't have access to a windows machine so...

Got it. Sounds like the recommendation is to remove this environment variable from the linked package? I can open a PR on that project referencing this issue.

I believe the approach @reiv mentioned above could be effective. The Font Awesome packages do something very similar (they also have docs specifically for tree shaking: https://fontawesome.com/how-to-use/with-the-api/other/tree-shaking) They have two...