Skip to content

Commit c902d98

Browse files
docs(readme): add Greenkeeper badge
1 parent a52df8b commit c902d98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

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

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/danburzo/rollup-plugin-css-bundle.svg)](https://greenkeeper.io/)
4+
35
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.
46

57
## Usage

0 commit comments

Comments
 (0)