An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ⚡ LightningCSS Plugins

[![CI](https://github.com/felixicaza/lightningcss-plugins/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/felixicaza/lightningcss-plugins/actions/workflows/test.yml)
[![Coveralls](https://img.shields.io/coverallsCoverage/github/felixicaza/lightningcss-plugins?logo=coveralls&link=https%3A%2F%2Fcoveralls.io%2Fgithub%2Ffelixicaza%2Flightningcss-plugins)](https://coveralls.io/github/felixicaza/lightningcss-plugins)
[![GitHub License](https://img.shields.io/github/license/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:

- **[version](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.