creativetimofficial/ct-nuxt-now-ui-kit-pro

[Bug] _tags.scss SassError: expected ";".

Closed this issue · 1 comments

folt commented

Version

1.0.0

Reproduction link

--

Operating System

--

Device

--

Browser & Version

--

Steps to reproduce

i got an error when assembling styles from scss

ERROR Failed to compile with 1 errors friendly-errors 22:07:54

ERROR in ./assets/sass/main.scss friendly-errors 22:07:54

Module build failed (from ./node_modules/sass-loader/dist/cjs.js): friendly-errors 22:07:54
SassError: expected ";".

32 │ @include tag('info', $info-color)
│ ^

assets/sass/now-ui-kit/element-ui-plugins/_tags.scss 32:34 @import
assets/sass/main.scss 85:9 root stylesheet
friendly-errors 22:07:54
@ ./assets/sass/main.scss 4:14-224 14:3-18:5 15:22-232
@ ./.nuxt/App.js
@ ./.nuxt/index.js
@ ./.nuxt/client.js
@ multi ./node_modules/@nuxt/components/lib/installComponents.js eventsource-polyfill webpack-hot-middleware/client?reload=true&timeout=30000&ansiColors=&overlayStyles=&path=%2F__webpack_hmr%2Fclient&name=client ./.nuxt/client.js

What is expected?

styles are collected successfully

What is actually happening?

styles not collected


Solution

@include tag('info', $info-color);
@include tag('primary', $primary-color);
@include tag('success', $success-color);
@include tag('warning', $warning-color);
@include tag('danger', $danger-color);
@include tag('default', $default-color);

Additional comments

Hey there,

We've updated the product and the issue is fixed now.

Regards,
Sajad