LiarOnce / kaiui-vue

(Developing) KaiOS UI Component for Vue
MIT License
6 stars 1 forks source link

Exporting variables from LESS to Javascript #4

Open CrafterSvK opened 4 years ago

CrafterSvK commented 4 years ago

As you can see there are some SCSS files imported directly into Vue files. This mechanism is not available on Less by default and in seem that SASS also does not support it. Do you know anything to this?

LiarOnce commented 4 years ago

Yes, I ’m not familiar with the mechanism of SCSS, so the migration may have unpredictable problems.

CrafterSvK commented 4 years ago

If we can setup test enviroment that would be helpful, any ideas?

LiarOnce commented 4 years ago

I hope the process does not require compiled binary file.😂 (This is the reason why I don't like the node-sass)

CrafterSvK commented 4 years ago

Well, it is only one file so hopefully we can easily manage, I have researched a lot but I haven't found anything to this matter. I am currently working on traslating last files into less and pushing it today.

LiarOnce commented 4 years ago

Thanks.