Tikui pattern library

Use

Import style using <link> tag and replace {DOMAIN} with the current domain:

HTML

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />

<link rel="stylesheet" href="{DOMAIN}/tikui.css" />

Pug

meta(name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no')

link(rel='stylesheet' href='{DOMAIN}/tikui.css')

Documentation

The Style have an Atomic Design organization.