Results 12 issues of Nikolay Gromov

I extract code: ``` Text Text ``` end result: ``` .field-text { &__name { } &__input-wrap { } &__input-wrap--mod { } &__input { } &__help-text { } } . {...

Syntax: javascript (naomi) If I remove the export function in the second file, Emmet starts working in it. gif: https://raw.githubusercontent.com/nicothin/nicothin.github.io/master/img/emmet-problem.gif

priority: high
external plugin compatibility

my command: ``` text="`cat subset.txt`" && node_modules/.bin/fontmin -t "$text" fonts/lato/lato__latofonts_com.ttf > fonts/lato/lato__fontmin.ttf ``` in subset.txt: ``` ! "#$%&'()*+,-./0123456789:;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~©«»ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё‐‑‒–—―‘‚“„…‰™ ``` whitespace character is in the set but when I open the...

Слайдер простой: https://github.com/lyfeyaj/swipe Слайдер мощный: https://github.com/nolimits4web/swiper Тултипы: https://prevwong.github.io/drooltip.js/ Прибитый блок: https://github.com/somewebmedia/hc-sticky Кастомный скролл: https://github.com/Grsmto/simplebar/issues

https://codepen.io/feisk/pen/vParyJ?editors=1100 с ишаком https://codepen.io/feisk/pen/BbVmoy?editors=1100 без

enhancement

https://github.com/mango/slideout

enhancement

Очень хочется иметь атрибут `class` всегда самым первым аьрибутом. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27925152-html?utm_campaign=plugin&utm_content=tracker%2F282104&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F282104&utm_medium=issues&utm_source=github).

Enhancement

Add a table of symbols for designers to insert icons in PSD layout could make a "copy-paste".

it would be great to get auto-completion of variables in single-file components Vue.js ```vue // some code @import '@/styles/variables.less'; // File with variables for autocomplete (Including @padding-lg) // or @import...