2.1.4 • Published 7 years ago

tawian-frontend v2.1.4

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

Tawian Frontend npm package

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

Usage

<link rel="stylesheet" href="http://tawian.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.

2.1.4

7 years ago

2.1.3

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago