Skip to content

Commit 6c034fd

Browse files
committed
Readme
1 parent c4fd492 commit 6c034fd

File tree

3 files changed

+5
-58
lines changed

3 files changed

+5
-58
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ typings/
5757
# dotenv environment variables file
5858
.env
5959

60+
dist

README.md

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

3-
A [Rollup](https://github.com/rollup/rollup) plugin who's sole purpose is to collect all the CSS files you import into your project and bundle them to a single CSS file.
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.
44

55
## Usage
66

@@ -22,7 +22,7 @@ export default {
2222

2323
## Options
2424

25-
Like all good-behaved Rollup plugins, `cssbundle` supports the `include` and `exclude` options that let you configure on which files the plugin should run. Additionally:
25+
Like all well-behaved Rollup plugins, `cssbundle` supports the `include` and `exclude` options that let you configure on which files the plugin should run. Additionally:
2626

2727
__output__: _String_ is an optional path wherein to put the extracted CSS; when ommitted, we use the bundle's filename to fashion a name for the bundled CSS.
2828

@@ -48,3 +48,5 @@ export default {
4848
]
4949
};
5050
```
51+
52+
That's it. Enjoy! ✌️

dist/index.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)