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
{{ message }}
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
Compilation Error
Error: Invalid CSS after "...inear-gradient(": expected expression (e.g. 1px, bold), was "#000000af, #0000009"
on line 288 of sass/c:\test\sass\header.scss
>> background: linear-gradient(#000000af, #0000009f);
--------------------------------^
Is there a line I can include in the meantime to just write the lines as is?
I've tried
// scss-lint:disable all
But it still fails on compilation.
The text was updated successfully, but these errors were encountered:
returns
Is there a line I can include in the meantime to just write the lines as is?
I've tried
// scss-lint:disable all
But it still fails on compilation.
The text was updated successfully, but these errors were encountered: