typed-scss-modules icon indicating copy to clipboard operation
typed-scss-modules copied to clipboard

🎁 Generate type definitions (.d.ts) for CSS Modules using SCSS

Results 26 typed-scss-modules issues
Sort by recently updated
recently updated
newest added

Hi Is there a possibility to create types for classes with an empty body? I think it's useful mainly because two reasons: 1. While I work with modules I often...

enhancement
help wanted
good first issue

## Expected Behavior Type defs to be generated ## Current Behavior `Can't find stylesheet to import.` when using `@import ~...` ## Possible Solution ? ## Steps to Reproduce (for bugs)...

help wanted

Glob patterns need to be wrapped in quotes, otherwise the watched files are incorrect. Both myself and another developer on my team had this issue in separate repositories and doesn't...

This is the year @import will be out of support. Are there any plans to support @use? https://github.com/sass/sass/blob/main/accepted/module-system.md#timeline

enhancement
help wanted

Currently, there is limited linting and enforced formatting. As part of this issue, ideally, we can improve the codebase consistency: - [ ] Enforce consistent file naming. Most of the...

Hi, I realize you just released a version (0.0.12) that is supposed to fix this, but for me, when using the watch option, I still get an error saying "File...

bug

- Handle all errors centrally and properly set process exit code - Use console.warn where appropriate to funnel messages to stderr - Do not ignore errors when loading config file...

## Problem This tool does not properly handle errors, that is being addressed in #217. Once that fix is applied, some errors that may be occurring for many developers will...

We have a maybe irrelevant for this package use case in which we mostly want to generate type definitions for our variables. For example we would like this `.scss`: ```scss...

enhancement
question

## Expected Behavior After saving a scss file, typed-scss-modules is expected to apply Prettier. ## Current Behavior When upgrading my project to Prettier version from 3.1.0 to 3.1.1, typed-scss-modules didn't...

bug
help wanted