0.0.18 • Published 7 years ago
@unchain/style v0.0.18
Unchain-style
The unchain styleguide, published for ease-of-use installing.
Install instructions
- Type
npm install @unchain/style --save
in the root of your project.
Using angular-cli.json
- Add
"../node_modules/@unchain/style/dist/unchain-style.css"
to the"styles": [...],
array in angular-cli.json.
Using index.html
- Add
<link rel="stylesheet" type="text/css" href="../node_modules/@unchain/style/dist/unchain-style.css">
to your<head>...</head>
in your index.html.
Usage
This package styles basic HTML semantic elements (e.g. button, nav, etc.) with specific classes for different styles. Check the index.html for examples.
Publishing new versions
- Run
npm install
to install the sass compiler. - Run
npm run sass
to compile and minify the scss in a single css file. - Increment the package.json
"version": "0.0.X"
by one. - Run
npm publish
.
0.0.18
7 years ago
0.0.17
7 years ago
0.0.16
7 years ago
0.0.15
7 years ago
0.0.14
7 years ago
0.0.13
7 years ago
0.0.12
7 years ago
0.0.11
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago