Sean Juarez

Results 27 comments of Sean Juarez

Going to start working on it this coming week. Hoping to have it all ported over by the end of the month.

Hey @Jany-M, thanks for opening an issue and sorry to hear you’re having issues. A few questions: What version of Less are you using? What tool/framework/command are you using to...

> I use the [Easy Compile](https://github.com/refgd/easy-complie) extension for VS Code, it uses `Less 3.8.1`. Bummer, it looks like that’s the issue. 🙁 A minimum of Less 3.9.0 is needed since...

Hi @hiteshseepossible, can you tell me what version of Less you’re using?

Yeah it looks like the version of `grunt-contrib-less` that you’re using uses an older version of Less. Are you able to update the Magento dev dependencies? If so you could...

How are you importing bootstrap-less-port into your project? Also, could you do `npm ls --depth 0 | grep less` and tell me what Less version is being used now?

Ok so you’re not importing from `node_modules` like this? ```less @import “bootstrap-less-port”; ``` Also I messed up that command, can you tell me the output of `npm ls | grep...

Ah interesting, thank you for explaining. I’m not sure why the plugin folder would not be copied, but maybe it’s because the plugin folder contains JS files? I’m not sure....

This issue has been giving me a lot of grief lately. 😞 I have a project that uses ES6 modules and I use a hook to trigger a Rollup build,...

I haven’t tried that but I’ll give it a shot! Thanks for the workaround!