Skip to content

Instantly share code, notes, and snippets.

@tananin
Last active November 14, 2018 08:49
Show Gist options
  • Save tananin/b25b4acd8d1c7f6289c535636ea40a8d to your computer and use it in GitHub Desktop.
Save tananin/b25b4acd8d1c7f6289c535636ea40a8d to your computer and use it in GitHub Desktop.

Копиирования вёрстки и стилей с любого сайта

  1. Создаём в Libray новый блок
  2. Копируем через инспектр html код нужного блока
  3. Копируем все стили сайта в файл css
  4. Подключаем через скопируемые стили
  5. Переходим в созданную категори и очищаем не нужный CSS uncss header.html > style.css
  6. Конертируем css в scss css-to-scss -o <filename>

Плагин

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment