Skip to content

Commit a52df8b

Browse files
committed
more typos
1 parent 83a27fa commit a52df8b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# rollup-plugin-css-bundle
22

3-
A [Rollup](https://github.com/rollup/rollup) plugin whose sole purpose is to collect all the CSS files you import into your project and bundle them into a single glorious CSS file.
4-
5-
Refreshingly, it preserves the order in which the CSS files are imported.
3+
A [Rollup](https://github.com/rollup/rollup) plugin whose sole purpose is to collect all the CSS files you import into your project and bundle them into a single glorious CSS file. Refreshingly, it preserves the order in which the CSS files are imported. Soberingly, it does not generate source maps.
64

75
## Usage
86

@@ -26,7 +24,7 @@ Like all well-behaved Rollup plugins, cssbundle supports the __include__ and __e
2624

2725
__output__: _String_ is an optional path for the extracted CSS; when ommitted, we use the bundle's file name to fashion a path for the bundled CSS.
2826

29-
__transform__: _Function_ is available for processing the CSS, such as with [postcss](https://github.com/postcss/postcss). It receives a string containing the code to process as its only parameter, and should return the processed code. Par example:
27+
__transform__: _Function_ is available for processing the CSS, such as with [postcss](https://github.com/postcss/postcss). It receives a string containing the code to process as its only parameter, and should return the processed code. _Par exemple_:
3028

3129
```js
3230
// rollup.config.js

0 commit comments

Comments
 (0)