Skip to content

Commit

Permalink
doc: Modify document.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 10, 2019
1 parent db6fc40 commit 4694e78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/kkt-loader-less/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This package contains a plugin for using [Less](https://github.com/less/less.js)
## Usage in kkt Projects

```bash
npm add @kkt/loader-less --dev
npm install @kkt/loader-less --dev
```

### With the loaderOneOf options
Expand Down
2 changes: 1 addition & 1 deletion packages/kkt-loader-scss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This package contains a plugin for using [SCSS/SASS](https://sass-lang.com/) wit
## Usage in kkt Projects

```bash
npm add @kkt/loader-scss --dev
npm install @kkt/loader-scss --dev
```

### With the loaderOneOf options
Expand Down
2 changes: 1 addition & 1 deletion packages/kkt-loader-stylus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This package contains a plugin for using [stylus](https://github.com/stylus/styl
## Usage in kkt Projects

```bash
npm add @kkt/loader-stylus --dev
npm install @kkt/loader-stylus --dev
```

### With the loaderOneOf options
Expand Down

0 comments on commit 4694e78

Please sign in to comment.