Skip to content

Commit 9bcb50b

Browse files
authored
Update README.md
1 parent ee1d186 commit 9bcb50b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# typed-css-modules-loader
1+
# dts-css-modules-loader
22
Replacement for the [typings-for-css-modules-loader](https://github.com/Jimdo/typings-for-css-modules-loader). This loader does not make any changes in content of styles, just creates `*.d.ts` file during the work. It is assumed that the content will be preprocessed first by [css-loader](https://github.com/webpack-contrib/css-loader).
33

44
## Installation
5-
65
```bash
76
npm i -DE Megaputer/dts-css-modules-loader
87
# or
98
yarn add -DE Megaputer/dts-css-modules-loader
109
```
1110

1211
## Usage
13-
1412
```js
1513
{
1614
test: /\.scss$/,
@@ -61,7 +59,6 @@ export default styles;
6159
Adds a "banner" prefix to each generated file.
6260

6361
## Usage in Typescript
64-
6562
```ts
6663
import * as styles from './_button.scss';
6764
```

0 commit comments

Comments
 (0)