0.0.26 • Published 6 years ago
kitoko v0.0.26
The Typography Based CSS Framework
Quick start
npm i --save kitokothen in your main scss/sass file :
@import 'kitoko';Step 1 : Configure your typography
Before the kitoko include, you can set these following variables.
$font-size: 16; // in px
$font-size-desktop: 20; // in px
$line-height: 1.5; // line-height is 1.5 x font-size
$line-height-desktop: 1.5;
$size-ratio: 1.414; // ratio of heading sizes
$measure: 33; // line width max for .measure class. (in rem)Step 2 : Just write HTML !
To show the grid, you can add the .grid class to the tag you want.
To activate the document grid :
$show-grid: true;Documentation
https://anthonyjeamme.github.io/kitokocss/
Any suggestion ?
Please contact me at tonyjahim+npm@gmail.com
0.0.26
6 years ago
0.0.25
6 years ago
0.0.24
6 years ago
0.0.23
6 years ago
0.0.22
6 years ago
0.0.21
6 years ago
0.0.20
7 years ago
0.0.19
7 years ago
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