github sass/libsass 3.5.3
Ace

latest releases: 3.6.6, 3.6.5, 3.6.4...
6 years ago

Breaking

This breaking change was unintentionally released early. However since this is the desired behaviour moving forward we're going to roll-forward with it.

Raw CSS @imports

This is a non-standard, and confusion feature. Implementors can now
opt into supporting @importing additional file extensions with
sass_option_push_import_extension.

An @import that resolves to a .css file will produce a deprecation
warning. This deprecation messaage will be removed in the upcoming 3.6
release.

DEPRECATION WARNING on line 1, column 8 of /libsass/test.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

(@xzyfer, #2613, #2615)

Community

Features

Fixes

Don't miss a new libsass release

NewReleases is sending notifications on new releases.