Skip to content

Commit

Permalink
Mention CSS4 selector support in the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jun 30, 2012
1 parent 8acd945 commit 01d62fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc-src/SASS_CHANGELOG.md
Expand Up @@ -97,6 +97,10 @@ that make use of `@media` and other directives dynamically.
* Previously, only the `:-moz-any` selector was supported; this has been
expanded to support any vendor prefix, as well as the plain `:any` selector.

* All proposed [CSS4 selectors](http://dev.w3.org/csswg/selectors4/) are now
supported, including reference selectors (e.g. `.foo /attr/ .bar`) and subject
selectors (e.g. `.foo!`).

* Sass now supports a global list of load paths, accessible via
{Sass.load_paths}. This allows plugins and libraries to easily register their
Sass files such that they're accessible to all {Sass::Engine} instances.
Expand Down

0 comments on commit 01d62fa

Please sign in to comment.