Skip to content

Commit

Permalink
docs(en): merge docs/main into docs-cn/main @ 5d715ae
Browse files Browse the repository at this point in the history
  • Loading branch information
QC-L committed Oct 14, 2021
2 parents 64dea3e + 432eefc commit 63f2fd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integrations/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ import { defineConfig } from 'windicss/helpers'

export default defineConfig({
extract: {
include: ['**/*.{jsx,css}'],
include: ['**/*.{jsx,tsx,css}'],
exclude: ['node_modules', '.git', '.next'],
},
})
Expand Down
6 changes: 3 additions & 3 deletions plugins/community/animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
## 安装 {#installation}

```bash
npm install --save-dev @windicss/animations
npm install --save-dev @windicss/plugin-animations
```

## 用法 {#usage}

```js tailwind.config.js
```js windi.config.js
export default {
theme: {
// ...
},
plugins: [
// 其他插件
require('@windicss/animations')({
require('@windicss/plugin-animations')({
settings: {
animatedSpeed: 1000,
heartBeatSpeed: 1000,
Expand Down

0 comments on commit 63f2fd5

Please sign in to comment.