Skip to content

Commit 4629f03

Browse files
author
Martynas Žilinskas
committed
v3.0.2
1 parent cae5b9e commit 4629f03

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ Bundles all SCSS imports into a single file recursively.
1414

1515
### Who uses `scss-bundle`
1616

17-
A few of the projects who use the package:
17+
#### Projects
1818

1919
- [Angular/material2](https://github.com/angular/material2)
2020
- [Grassy](https://github.com/lazarljubenovic/grassy)
2121

22+
#### Community plugins
23+
24+
- [rollup-plugin-bundle-scss](https://github.com/weizhenye/rollup-plugin-bundle-scss)
25+
2226
## Get started
2327

2428
If you want to use `scss-bundle` globally

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scss-bundle",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Bundling SCSS files to one bundled file.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)