rollup-plugin-lib-style 2.4.4 → 2.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
# rollup-plugin-lib-style
|
|
2
2
|
|
|
3
|
-
[](https://github.com/danielamenou/rollup-plugin-lib-style/blob/main/LICENSE)
|
|
4
|
-
|
|
5
|
-
[](https://www.npmjs.com/package/rollup-plugin-lib-style)
|
|
6
|
-
|
|
7
|
-
[](https://www.npmjs.com/package/rollup-plugin-lib-style)
|
|
3
|
+
[](https://github.com/danielamenou/rollup-plugin-lib-style/blob/main/LICENSE) [](https://www.npmjs.com/package/rollup-plugin-lib-style) [](https://www.npmjs.com/package/rollup-plugin-lib-style)
|
|
8
4
|
|
|
9
5
|
This plugin allows you to import CSS or SASS/SCSS files in your Rollup library and include them in the generated output. The plugin will extract the CSS or SASS/SCSS from the imported files and import them as a CSS file
|
|
10
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup-plugin-lib-style",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.5",
|
|
4
4
|
"description": "A Rollup plugin that converts CSS and extensions for CSS into CSS modules and imports the generated CSS files",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.es.js",
|