Skip to content

Ace

Compare
Choose a tag to compare
@xzyfer xzyfer released this 23 Apr 12:43
· 12 commits to 3.5-stable since this release

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