You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is dedicated to housing a collection of plugins for [LightningCSS](https://lightningcss.dev), a powerful and efficient CSS processor.
4
8
5
9
## 📖 Introduction
@@ -10,7 +14,7 @@ This repository is dedicated to housing a collection of plugins for [LightningCS
10
14
11
15
This repository currently includes the following packages:
12
16
13
-
-**[pxtorem](packages/pxtorem)**: A plugin to convert pixel units to rem units in your CSS.
17
+
-**[<imgsrc="https://img.shields.io/badge/v0.0.7-4ea91d"alt="version"align="center"> pxtorem](packages/pxtorem)**: A plugin to convert pixel units to rem units in your CSS.
14
18
15
19
Each plugin is located in the [`packages`](packages) directory to follow a consistent structure for ease development and maintenance.
The `lightningcss-plugin-pxtorem` plugin is designed to convert pixel units to rem units in your CSS, making it easier to maintain responsive and scalable designs.
4
9
5
10
## ✨ Features
@@ -137,16 +142,16 @@ h1 {
137
142
}
138
143
```
139
144
140
-
See others examples in the [test folder](./test/).
145
+
See others examples in the [test folder](https://github.com/felixicaza/lightningcss-plugins/blob/main/packages/pxtorem/test/index.test.ts).
141
146
142
147
## 🤝 Contributing
143
148
144
-
If you wish to contribute to this project, you can do so by reading the [contribution guide](../../CONTRIBUTING.md).
149
+
If you wish to contribute to this project, you can do so by reading the [contribution guide](https://github.com/felixicaza/lightningcss-plugins/blob/main/CONTRIBUTING.md).
145
150
146
151
## 🙌 Credits
147
152
148
153
This plugin was highly inspired by [postcss-pxtorem](https://github.com/cuth/postcss-pxtorem).
149
154
150
155
## 📄 License
151
156
152
-
This project is licensed under the MIT License. See the [license file](../../LICENSE) for more details.
157
+
This project is licensed under the MIT License. See the [license file](https://github.com/felixicaza/lightningcss-plugins/blob/main/LICENSE) for more details.
0 commit comments