Skip to content

Commit e6888da

Browse files
committed
update readme
1 parent c49188f commit e6888da

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-css-modules-plugin",
33
"version": "3.0.1",
4-
"description": "A esbuild plugin to bundle css modules into js(x)/ts(x).",
4+
"description": "A esbuild plugin to bundle css modules into js(x)/ts(x), based on extremely fast [Lightning CSS](https://lightningcss.dev/)",
55
"main": "./index.cjs",
66
"module": "./index.js",
77
"types": "./index.d.ts",
@@ -17,7 +17,11 @@
1717
"keywords": [
1818
"esbuild",
1919
"plugin",
20+
"esbuildplugin",
21+
"esbuild plugin",
2022
"css modules",
23+
"fast",
24+
"cssmodules",
2125
"lightningcss"
2226
],
2327
"engines": {

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
[![npm version](https://img.shields.io/npm/v/esbuild-css-modules-plugin)](https://www.npmjs.com/package/esbuild-css-modules-plugin)
44
[![Test](https://github.com/indooorsman/esbuild-css-modules-plugin/actions/workflows/test.yml/badge.svg)](https://github.com/indooorsman/esbuild-css-modules-plugin/actions/workflows/test.yml)
55

6-
A esbuild plugin to bundle css modules into js(x)/ts(x).
6+
A esbuild plugin to bundle css modules into js(x)/ts(x). Based on extremely fast [Lightning CSS](https://lightningcss.dev/)
77

88
Works both with `bundle: false` and `bundle: true`.
99

1010
If build with `bundle: false`, `xxx.modules.css` will be transformed to `xxx.modules.css.js`.
1111

12-
See [`./test/test.js`](https://github.com/indooorsman/esbuild-css-modules-plugin/blob/main/test/test.js) for examples.
12+
See [index.d.ts](https://github.com/indooorsman/esbuild-css-modules-plugin/blob/main/index.d.ts) for all settings & [`./test/test.js`](https://github.com/indooorsman/esbuild-css-modules-plugin/blob/main/test/test.js) for examples.
1313

1414
## Install
1515

0 commit comments

Comments
 (0)