Skip to content

Commit

Permalink
no - add option in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mpech committed Dec 1, 2023
1 parent 3e7f0a1 commit d163817
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ build({
// Add your own or other plugins in the "visitor" section see
// https://lightningcss.dev/transforms.html
// visitor: myLightningcssPlugin(),
// customAtRules: { myLigningCssRule1: {...} }
targets: {
chrome: 80 // aligns somewhat to es2020
},
Expand Down Expand Up @@ -77,3 +78,5 @@ If this is not the case, and they end with `.css` while you still want to exclud
includeFilter: /\.css$/,
excludeFilter: /@fortawesome\/fontawesome-svg-core\/|my-normal-css-file\.css|normalize\.css/,
```

### ``

0 comments on commit d163817

Please sign in to comment.