Santiago Cerro López

Results 6 comments of Santiago Cerro López

You can create a new css map with, for example, lessc: cd YOUR/LESS/PATH lessc --source-map=style.css.map styles.less ..\dist\css\styles.css

Hi, You can use "translation" setting to achieve this. For example: ``` $('#hour_field').mask('AB:CD', { translation: { A: { pattern: /[1-2]/ }, B: { pattern: /[0-4]/ }, C: { pattern: /[0-5]/...

Hi, You can add translation settings and add your first day and month digits as optional as this example: ``` $('#date_field').mask('AB/CB/DBBB', { translation: { A: { pattern: /[0-3]/, optional: true...

Hi, I have the same issue. Is there any news on this? Maybe my config (similar to @Seb33300) is wrong? ``` .configureImageRule({ type: 'asset', filename: `images/[name]${(Encore.isProduction() ? '.[hash:8]' : '')}[ext]`,...

I'm sorry, it seems this project is abandoned...

I had some similar issue. In my case for some unknown unrelated issue with Yoast, some plugin deletes some terms from tems table but not deleted from term_taxonomy table. When...