Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (23m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 12:59:52 UTC Now

2012-12-17 15:52:31 UTC MAIN commitmail json YAML

Update ruby-sass to 3.2.3.

3.2.3

* sass --watch no longer crashs when a file in a watched directory is deleted.
* Allow @extend within bubbling nodes such as @media.
* Fix various JRuby incompatibilities and test failures.
* Work around a performance bug that arises from using @extend with
  deeply-nested selectors.

3.2.2

* Add a --poll option to force sass --watch to use the polling backend to
  Listen.
* Fix some error reporting bugs related to @import.
* Treat protocol-relative URLs in @imports as static URLs, just like http and
  https URLs.
* Improve the error message for misplaced simple selectors.
* Fix an option-handling bug that was causing errors with the Compass URL
  helpers.
* Fix a performance issue with @import that only appears when ActiveSupport is
  loaded.
* Fix flushing of actions to stdout. Thanks to Russell Davis
  (http://github.com/russelldavis).
* Fix the documentation for the max() function.
* Fix a @media parsing bug.

  Deprecations -- Must Read!

* Sass will now print a warning when it encounters a single @import statement
  that tries to import more than one file. For example, if you have @import
  "screen" and both screen.scss and _screen.scss exist, a warning will be
  printed. This will become an error in future versions of Sass.

(taca)