You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When the SassTask implements an instance of SassCompiler to execute instead of ScssPhpCompiler the style property passed is ignored.
Steps To Reproduce
Run a buildfile with a SassTask that contains a style property where SassTask::getExecutable() returns a non-null value. (e. g. when sass is installed globally using npm).
Expected behavior
The style parameter should be passed to whichever tool is being used to compile Sass.
The text was updated successfully, but these errors were encountered:
Description
When the
SassTask
implements an instance ofSassCompiler
to execute instead ofScssPhpCompiler
thestyle
property passed is ignored.Steps To Reproduce
Run a buildfile with a
SassTask
that contains a style property whereSassTask::getExecutable()
returns a non-null value. (e. g. whensass
is installed globally usingnpm
).Expected behavior
The style parameter should be passed to whichever tool is being used to compile Sass.
The text was updated successfully, but these errors were encountered: