Skip to content
This repository was archived by the owner on Feb 23, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
This project is officially end-of-life. Users are welcome to maintain it in a
fork, but there will be no more Google-authored changes published. While Closure
Stylesheets was ahead of its time when it was first released in 2011, it has
since been outpaced by much more active projects with wider community support.
Even within Google, we're working on moving all CSS compilation infrastructure
to a combination of [Sass] and [PostCSS] plugins, including [Autoprefixer],
[RTLCSS], [cssnano], [postcss-rename], [Stylelint], and a few internal plugins
that we hope to one day share with the world. [Custom properties] and [`calc()`]
are excellent standard CSS options that are widely supported in modern browsers.

[Sass]: https://sass-lang.com
[PostCSS]: https://postcss.org
[Autoprefixer]: https://autoprefixer.github.io/
[RTLCSS]: https://rtlcss.com
[cssnano]: https://cssnano.co/
[postcss-rename]: https://github.com/google/postcss-rename
[stylelint]: https://stylelint.io/
[Custom properties]: https://developer.mozilla.org/en-US/docs/Web/CSS/--*
[`calc()`]: https://developer.mozilla.org/en-US/docs/Web/CSS/calc()

---

# Closure Stylesheets

Closure Stylesheets is an extension to CSS that adds
Expand Down