File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1- # unplugin-lightningcss [ ![ npm] ( https://img.shields.io/npm/v/unplugin-lightningcss.svg )] ( https://npmjs.com/package/unplugin-lightningcss )
1+ # unplugin-lightningcss [ ![ npm] ( https://img.shields.io/npm/v/unplugin-lightningcss.svg )] ( https://npmjs.com/package/unplugin-lightningcss ) [ ![ jsr ] ( https://jsr.io/badges/@unplugin/lightningcss )] ( https://jsr.io/@unplugin/lightningcss )
22
33[ ![ Unit Test] ( https://github.com/unplugin/unplugin-lightningcss/actions/workflows/unit-test.yml/badge.svg )] ( https://github.com/unplugin/unplugin-lightningcss/actions/workflows/unit-test.yml )
44
@@ -65,6 +65,22 @@ module.exports = {
6565
6666<br ></details >
6767
68+ ## Example
69+
70+ ``` ts
71+ import { Features } from ' lightningcss'
72+
73+ export default {
74+ plugins: [
75+ LightningCSS ({
76+ options: {
77+ include: Features .Nesting ,
78+ },
79+ }),
80+ ],
81+ }
82+ ```
83+
6884## Sponsors
6985
7086<p align =" center " >
You can’t perform that action at this time.
0 commit comments