惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Spread Privacy
Spread Privacy
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recorded Future
Recorded Future
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
V
V2EX
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
V
Vulnerabilities – Threatpost
C
Check Point Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AI
AI
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
量子位
Attack and Defense Labs
Attack and Defense Labs
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Privacy International News Feed
Google DeepMind News
Google DeepMind News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
CERT Recently Published Vulnerability Notes
腾讯CDC
Latest news
Latest news
Google DeepMind News
Google DeepMind News
The Register - Security
The Register - Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
G
GRAHAM CLULEY
Blog — PlanetScale
Blog — PlanetScale
博客园_首页
美团技术团队
The Cloudflare Blog
T
Tenable Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
J
Java Code Geeks
SecWiki News
SecWiki News
Webroot Blog
Webroot Blog
N
News | PayPal Newsroom
博客园 - 叶小钗
博客园 - Franky

Sass Blog

Sass: Request for Comments: Indented Syntax Improvements Sass: `@import` is Deprecated Sass color spaces & wide gamut colors Sass: Node Sass is end-of-life Sass: Announcing `pkg:` Importers
Sass: LibSass Has Reached End-Of-Life
Natalie Weiz · 2025-10-23 · via Sass Blog

Posted 23 October 2025 by Natalie Weizenbaum

LibSass and the packages built on top of it have been deprecated since October 2020. In the five years since we made that announcement, the Sass language has continued to evolve to support the latest CSS features like color spaces, and embedded sass made it easy to run Dart Sass across numerous different languages and platforms.[1] Dart Sass now meets essentially all the use-cases that LibSass once did.

At the same time, development of LibSass has faltered. There hasn’t been a new commit to the source code repository since December 2023, and there are numerous issues languishing unaddressed. The time has come to be clear: LibSass is no longer maintained and will receive no future updates.

Migrating AwayMigrating Away permalink

As they say, the best time to migrate away from LibSass was five years ago, but the second best time is now. There is a large and growing list of incompatibilities between it and Dart Sass, largely to more correctly support CSS features. You’ll need to make sure your stylesheets are building without deprecation warnings and then do some visual checks as well to see if there are any more subtle differences.

The LibSass page contains a summary of the most notable incompatibilities, which may be helpful in knowing what to look for. Some of them also have automated migrations available using the Sass migrator.

Thanks AgainThanks Again permalink

I already mentioned this in the deprecation blog post, but thanks to everyone who made LibSass happen. It was a crucial stepping stone to bring Sass outside the Ruby bubble at a time when it was no longer the center of the web development world, and I don’t think it’s an exaggeration to say that Sass is still the world’s most popular stylesheet preprocessor because of LibSass. But all things that rise must also fall, and this project’s time has come.


  1. Intrepid Sass contributor Natsuki is even working on a way to run it on platforms the Dart VM doesn’t support, like BSD variants, by driving the embedded protocol using Node.js! ↩︎