OpenDevelopmentMekong / wp-odm_theme

Wordpress child theme for ODM, based on jeo
https://opendevelopmentmekong.net
5 stars 4 forks source link

[IMP] Remove nowrap from Ellipsis class #1326

Closed S-mardii closed 2 years ago

S-mardii commented 3 years ago

Changing CSS for the class of Ellipsis and clean code in the file.

EricSoroos commented 2 years ago

@S-mardii What node are you using to run gulp on the less files?

S-mardii commented 2 years ago

@EricSoroos Are you referring to the version of Node JS? If yes, for this theme, we are using Gulp 3.9.1 (the latest version of Gulp is 4.0.2) based on the package.json. I am not sure which Node version is using, but it should be lower than v10.

As far as I know, Gulp 3 is not really supported with v10+ of Node.

EricSoroos commented 2 years ago

Thanks, it looks like it works on 8.

S-mardii commented 2 years ago

I tried Node 11.15.0 and it works too.