Skip to content

Instantly share code, notes, and snippets.

View zinoroman's full-sized avatar

Roman Zino zinoroman

  • Rivne
  • 01:31 (UTC +02:00)
View GitHub Profile
@zinoroman
zinoroman / messages.ts
Created May 30, 2017 05:40
Fitlathropy
export const Messages = {
title: {
authorization: {
step2: 'Confirmation',
},
individualDay: 'Individual Day',
taskInfo: 'Task Information',
challengeDetails: 'Challenge Details',
},
@zinoroman
zinoroman / oos-example.styl
Created February 5, 2017 10:20
OOS Example
$creator
border 1px solid #ccc
.successor
@extend $creator
.another-successor
@extend $creator
@zinoroman
zinoroman / UI
Last active January 11, 2017 13:39
{%- extends 'layouts/default.twig' %}
{%- set metatags = metatags|default([])|merge({
title: 'Garden Club :: UI Kit'
}) %}
{%- block mainContent %}
{%- set titleID = 'post-title' %}
{%- set descriptionID = 'post-description' -%}