Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Replace gulp-clean-css with postcss-lightningcss#31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
polarbirke wants to merge2 commits intomaster
base:master
Choose a base branch
Loading
from161784-postcss-lightningcss

Conversation

@polarbirke
Copy link
Member

@polarbirkepolarbirke commentedJul 27, 2023
edited
Loading

This is a continuation of the problem-solving started in#28 and#29.

gulp-clean-css has probably become stale (with its author completely unresponsive), and while clean-css still is the most downloaded CSS minification package on npm, its author has put the project into"maintenance mode" and will no longer actively work on it.

Addendum June 2025:gulp-clean-css seems to completely remove Cascade Layers

LightningCSS is a modern take on CSS minification and extremely fast.

Downsides (if used as a postcss plugin):

  • SCSS sourcemaps are lost

As it is logical to first purge unused CSS before performing any other transformations on the remaining code, the order of the postcss plugins is adjusted accordingly.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@polarbirke

[8]ページ先頭

©2009-2025 Movatter.jp