Sergii Lavrin
Sergii Lavrin
Store fonts in map and loop through it to output shorthand helper-classes and font-faces for each ``` scss $fonts: ( 'Open Sans': ( file: ... (optional); version: ... (optional); ......
``` scss // @param {string=$font} $file-name - should be specified in case of different // font file name from font name ``` should be ``` scss // @param {string} $file-name=$font...
Replace arrows mixin and object with more advanced version
I know it's mostly abandoned but will leave this comment for others looking into. After importing `*.vue` file, browser throws an error: ``` Uncaught ReferenceError: System is not defined ```...
On large websites issue with broken links apparently becoming annoying. We need to test it out. So far the only thing I was able to find: * https://github.com/stevenvachon/broken-link-checker However, it...
An attempt to clarify the terms. Currently, under the term `build` we mean "optimized build". It worked and seemed right, because when we run `grunt build` we on purpose invoke...
To make Kotsu full-pledged PWA, we need service worker. To make service worker, we need to decide at least wich caching strategy it should use. Ideally, it should work with...
See [this](https://www.npmjs.com/package/eslint-plugin-html) or [this](https://www.npmjs.com/package/eslint-plugin-script-tags) Also, [this](https://github.com/standard/standard#can-i-check-code-inside-of-markdown-or-html-files), [this](https://github.com/standard/vscode-standardjs/issues/10) and [related](https://github.com/standard/standard/issues/750). I felt like there were not enough "this" here.