Skip to content

Commit 976441e

Browse files
author
Johan Persson
committed
Merge branch 'patch-1' of git://github.com/olegstepura/typed-css-modules-loader into olegstepura-patch-1
2 parents 7117b21 + 0ab8493 commit 976441e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ will generate `.css.d.ts` files near the `.css`. Please take a look at
77
[this discussion](https://github.com/Quramy/typed-css-modules/issues/2) to make a decision.
88

99
You can affect how `typed-css-modules` behaves by using query parameters. The loader
10-
will pass on any query parameters you send give it to the constructor of the DtsCreator
11-
class. For more info on available options, have a look at the
10+
will pass any query parameters you specify to the constructor of the `DtsCreator`
11+
class. For more info on available options, please take a look here:
1212
[DtsCreator constructor](https://github.com/Quramy/typed-css-modules#new-dtscreatoroption).
1313

1414

@@ -23,6 +23,8 @@ const settings = {
2323
test: /\.css$/,
2424
exclude: /node_modules/,
2525
loader: 'typed-css-modules'
26+
// or in case you want to use parameters:
27+
// loader: 'typed-css-modules?outDir=/tmp'
2628
}
2729
],
2830
}

0 commit comments

Comments
 (0)