Post

saccをコンパイルするとlinear-gradientでSyntaxエラー

概要

gulpでscssをコンパイルしようとすると下記のエラーが発生する

Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`.`

対応

linear-gradient(top -> linear-gradient(to topに修正

Gradient has outdated direction syntax. New syntax is like “to left” instead of “right”.

This post is licensed under CC BY 4.0 by the author.