Skip to content

Commit 4317e95

Browse files
committed
docs: Remove extra sentence
1 parent f079352 commit 4317e95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,12 @@ import { litCss } from 'rollup-plugin-css-lit'
3030

3131
export default {
3232
plugins: [
33-
litCss({ minify: process.env.NODE_ENV === 'production' }),
33+
litCss({ minify: process.env.NODE_ENV === 'production' })
3434
]
3535
// the rest of the configuration
3636
}
3737
```
3838

39-
Make sure that you use [Node.js] 14 or newer and [Rollup] 2 or newer. Use your favourite package manager - [NPM], [PNPM] or [Yarn]:
40-
4139
## Installation
4240

4341
Make sure that you use [Node.js] 14 or newer and [Rollup] 2 or newer. Use your favourite package manager - [NPM], [PNPM] or [Yarn]:

0 commit comments

Comments
 (0)