Front-End Dev.

Results 6 comments of Front-End Dev.

You can find answer for this question here: https://github.com/asvd/dragscroll/pull/34

@Shinigami92 After diving into this issue, I found the following: 1. In the test example for printWidth there is long text IN THE ATTRIBUTES. In this case, it works. It...

Did you know the way, how I can run fixing finding problems by https://github.com/pugjs/pug-lint on save? Because for now, I use this both 2 plugins: @prettier/plugin-pug - to format the...

For everyone using Gulp who also wants to temporarily hide these warnings, the **silenceDeprecations** option also works: ``` .pipe(sass({ silenceDeprecations: ['legacy-js-api', 'mixed-decls', 'color-functions', 'global-builtin', 'import'], outputStyle: config.isProd ? 'compressed' :...

For everyone using Gulp who wants to temporarily hide these warnings, the is **silenceDeprecations** option for this: ``` .pipe(sass({ silenceDeprecations: ['legacy-js-api', 'mixed-decls', 'color-functions', 'global-builtin', 'import'], outputStyle: config.isProd ? 'compressed' :...