This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
v3.1.2
Fixes
- Fixed multi-file compilation sometimes writing to wrong file (#967, @kkopachev)
- Fixed multi-file compilation missing source maps (#903, @am11)
Notes
The source-map option accepts
true
as value, in which case it replaces destination extension with.css.map
. It also accepts path to.map
file and even path to the desired directory. In case of multi-file compilation path to.map
yields error.