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 Jul 24, 2024. It is now read-only.
> ERROR in ./src/styles/main.scss (./node_modules/css-loader/dist/cjs.js??ref--5-1!./node_modules/postcss-loader/src??ref--5-2!./node_modules/sass-loader/dist/cjs.js??ref--5-3!./src/styles/main.scss)
> Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
> SassError: Incompatible units: '-neutral-neutral' and '-fill'.
> on line 169 of src/styles/variables-theme/_lv-ls.scss
> from line 13 of /Users/leo_yang/go/src/gitlab.paradise-soft.com.tw/design/stationary-website/ttmj/src/styles/main.scss
> >> @include defineColorHSL(--01-fill-07-neutral-neutral-50-75, 215, 100%, 80%
> --------------------------^
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
node-sass not support this code format 🥺?
@include defineColorHSL(--01-fill-07-neutral-neutral-50-75, 215, 100%, 80%);
--01-fill-neutral-neutral-50-75 (success)✔️
--01-07-neutral-neutral-50-75 (success)✔️
--01-fill-07-neutral-neutral-50-75 (fail)✖️
--01-07-neutral-neutral-50-75-fill (fail)✖️
The text was updated successfully, but these errors were encountered: