https://github.com/felixicaza/lightningcss-plugins
A collection of plugins for LightningCSS
https://github.com/felixicaza/lightningcss-plugins
css lightningcss lightningcss-plugin plugin
Last synced: 8 months ago
JSON representation
A collection of plugins for LightningCSS
- Host: GitHub
- URL: https://github.com/felixicaza/lightningcss-plugins
- Owner: felixicaza
- License: mit
- Created: 2025-03-16T18:01:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T19:40:56.000Z (12 months ago)
- Last Synced: 2025-03-16T19:44:07.808Z (12 months ago)
- Topics: css, lightningcss, lightningcss-plugin, plugin
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚡ LightningCSS Plugins
[](https://github.com/felixicaza/lightningcss-plugins/actions/workflows/test.yml)
[](https://coveralls.io/github/felixicaza/lightningcss-plugins)
[](https://github.com/felixicaza/lightningcss-plugins/blob/main/LICENSE)
This repository is dedicated to housing a collection of plugins for [LightningCSS](https://lightningcss.dev), a powerful and efficient CSS processor.
## 📖 Introduction
[LightningCSS](https://lightningcss.dev) is a modern CSS processor that offers a wide range of features for optimizing and transforming your CSS. This monorepo aims to provide a centralized location for various plugins that extend the functionality of LightningCSS.
## 📦 Packages
This repository currently includes the following packages:
- **[
](packages/pxtorem)** - A plugin to convert pixel units to rem units in your CSS.
Each plugin is located in the [`packages`](packages) directory to follow a consistent structure for ease development and maintenance.
## 🤝 Contributing
If you wish to contribute to this project, you can do so by reading the [contribution guide](CONTRIBUTING.md).
## 📄 License
This project is licensed under the MIT License. See the [license file](LICENSE) for more details.