From 79ae631b80d220a179290073c0434ee200edf47b Mon Sep 17 00:00:00 2001 From: Jacob Asper Date: Thu, 30 May 2024 23:54:27 -0400 Subject: [PATCH] update broken selectors link --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.html b/website/index.html index 4d5822ee..799777f7 100644 --- a/website/index.html +++ b/website/index.html @@ -170,7 +170,7 @@

CSS modules

Browser grade

-

Lightning CSS is written in Rust, using the cssparser and selectors crates created by Mozilla and used by Firefox. These provide a solid CSS-parsing foundation on top of which Lightning CSS implements support for all specific CSS rules and properties.

+

Lightning CSS is written in Rust, using the cssparser and selectors crates created by Mozilla and used by Firefox. These provide a solid CSS-parsing foundation on top of which Lightning CSS implements support for all specific CSS rules and properties.

Lightning CSS fully parses every CSS rule, property, and value just as a browser would. This reduces duplicate work for transformers, leading to improved performance and minification.

Custom transforms →