Skip to content

Commit

Permalink
Add missing browserslist import in docs.md (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpeaustriajc authored Aug 31, 2024
1 parent 7f59c00 commit 3e066d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/pages/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Then, set `'lightningcss'` as CSS [transformer](https://vitejs.dev/config/shared

```js
// vite.config.ts
import browserslist from 'browserslist';
import {browserslistToTargets} from 'lightningcss';

export default {
Expand Down

0 comments on commit 3e066d4

Please sign in to comment.