Skip to content

Commit ab15b57

Browse files
authored
update broken selectors link (parcel-bundler#750)
1 parent 3e066d4 commit ab15b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h3>CSS modules</h3>
170170
<section class="parser">
171171
<div>
172172
<h3>Browser grade</h3>
173-
<p><strong>Lightning CSS is written in Rust, using the <a href="https://github.com/servo/rust-cssparser" target="_blank">cssparser</a> and <a href="https://github.com/servo/servo/tree/master/components/selectors" target="_blank">selectors</a> crates created by Mozilla and used by Firefox.</strong> These provide a solid CSS-parsing foundation on top of which Lightning CSS implements support for all specific CSS rules and properties.</p>
173+
<p><strong>Lightning CSS is written in Rust, using the <a href="https://github.com/servo/rust-cssparser" target="_blank">cssparser</a> and <a href="https://github.com/servo/stylo/tree/main/selectors" target="_blank">selectors</a> crates created by Mozilla and used by Firefox.</strong> These provide a solid CSS-parsing foundation on top of which Lightning CSS implements support for all specific CSS rules and properties.</p>
174174
<p style="font-size: 0.85em">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.</p>
175175
<p><a href="transforms.html">Custom transforms →</a></p>
176176
</div>

0 commit comments

Comments
 (0)