maxbeier / tawian-frontend

A markdowny CSS framework

Home Page:http://maxbeier.github.io/tawian-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple CSS framework with a markdowny touch. Intended for developer facing applications.

Usage

<link rel="stylesheet" href="http://maxbeier.github.io/tawian-frontend/tawian-frontend.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cousine:400,400i,700,700i">

or via npm

npm install --save tawian-frontend typeface-cousine

And then, for example (as used in curious-containers/cc-ui):

import 'tawian-frontend';
import 'typeface-cousine';

To use the icons, you have to place icons.svg at the root of your public path (or anywhere else and adjust the path in the icons svg code) or inline them in your HTML to make them work in Edge.

Preview

Screenshot

Build

npm run build

npm run watch  # builds continuously

Credits

The project was inspired by hack.

About

A markdowny CSS framework

http://maxbeier.github.io/tawian-frontend

License:MIT License


Languages

Language:CSS 51.7%Language:HTML 48.3%