Skip to content

Instantly share code, notes, and snippets.

View brianconnoly's full-sized avatar

Коротун Владислав brianconnoly

View GitHub Profile
@brianconnoly
brianconnoly / smthingilove.vue
Created October 4, 2018 19:47
vue+coffee+pug+stylus
<template lang="pug">
div.cart-popup
div.header
div.counter {{counter}}
div.title Корзина
div.items-list
div.cart-item(v-for="item in items")
div.preview
image-preloader(:src="staticUrl + item.image.id + '/127x158.jpg'" method="fit")
div.description