Public Ticket #3524

Responsive issue, Design / Setup issue

Closed
Comments
DexignLab
Khelesh Mehra replied 1 year ago on September 08, 2022 at 05:58 AM

Hello Khairul,

Please click the following link for documentation.

https://makaanlelo.com/tf_products_007/zenix/laravel/doc/index.html#sass_compile

The team has added source map code for understanding.

"sass": "node-sass --watch scss/main.scss css/style.css --source-map css/style.css.map"

Thanks

DexignZone Team

DexignLab
khairul islam replied 1 year ago on September 05, 2022 at 06:30 PM

Also I am getting a error

attached files:

DexignLab
khairul islam replied 1 year ago on September 05, 2022 at 04:37 PM

its working after add 

"sass": "node-sass --watch public/user/assets/scss/main.scss public/user/assets/css/style.css" 

above link But im trying to show source-map of sass file but I can't see, I need to change the colro but I can't understand which source file have the color. How can I add source-map for scss file?

DexignLab
khairul islam replied 1 year ago on September 05, 2022 at 03:40 PM

My node version v16.13.1. Do you think I need to update the node version? 

DexignLab
Yamini Gaur replied 1 year ago on September 03, 2022 at 06:37 AM

Hello khairul islam,

Thanks for being our customer.

Our developer checked and all is working fine.

Please check your node version again and update us.


Thanks & Regards

Yamini

DexignZone

DexignLab
khairul islam replied started the conversation 1 year ago on August 30, 2022 at 07:16 PM

I am trying to change dark color code but I am getting this error. I follow your requirement.

$ npm run sass

> pcoin@1.0.0 sass

> node-sass --watch scss/main.scss css/style.css

An output directory must be specified when compiling a directory

An output directory must be specified when compiling a directory

    at Module.load (node:internal/modules/cjs/loader:981:32)

    at Function.Module._load (node:internal/modules/cjs/loader:822:12) {

  errno: -4058,

  syscall: 'lstat',

  code: 'ENOENT',

  path: 'scss/main.scss'

}