Skip to content

issues Search Results · repo:seek-oss/css-modules-typescript-loader language:JavaScript

Filter by

0 results
 (72 ms)

0 results

inseek-oss/css-modules-typescript-loader (press backspace or delete to remove)

hi team, i wonder if it is possible to have typescript caught unused css like classname is defined but never used.
  • muz3
  • Opened 
    on Sep 4, 2024
  • #52

When using the newest version of the css-loader (7.1.2) I could not generate the files correctly. The *.sass.d.ts files where empty : // This file is automatically generated. // Please do not change ...
  • diabhoil
  • 4
  • Opened 
    on Jun 3, 2024
  • #51

TypeScript now supports an allowArbitraryExtensions setting, which allows it to properly find definitions for app.css in app.d.css.ts. From their docs: Note that historically, a similar effect has often ...
  • bhollis
  • Opened 
    on Sep 14, 2023
  • #49

I am using this library to build my webpack application and I am even using mode: verify in my CI. this is my css module written in SASS: .MDButton { -Container { dispaly: flex } ...
  • AmosguataCyberx
  • Opened 
    on Sep 6, 2021
  • #46

I m using Semantic UI React along with their Semantic UI CSS styles. App.tsx: import semantic-ui-css/semantic.min.css ; import ./App.css import MyComponent from ./components ; export const App = ...
  • fourpastmidnight
  • Opened 
    on Jul 9, 2021
  • #45

If I have a component, which is not in a resulting webpack bundle, then css-modules-typescript-loader does not produce corresponding .scss.d.ts which is correct, since the .scss is not running through ...
  • s-KaiNet
  • Opened 
    on May 17, 2021
  • #44

As per default, npm publish is currently including everything. This includes the tests folder, the editorconfig file, etc. I believe it is safe to add a whitelist to the package.json- something like: ...
  • david-fong
  • Opened 
    on Dec 24, 2020
  • #43

We are using css-modules-typescript-loader to generate our types with CSS modules, css-loader and sass. I m seeing an issue in the generated typescript files from css-modules-typescript-loader. When we ...
  • bjephson
  • 7
  • Opened 
    on Jul 28, 2020
  • #39

Some optimisation techniques require named exports, so styles would be imported as import * as styles from ./styles.css ;. By adding a flag/option to during webpack, we can change the output.
  • danieljuhl
  • 1
  • Opened 
    on Mar 14, 2020
  • #37
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub