0.0.26 • Published 6 years ago
kitoko v0.0.26
The Typography Based CSS Framework
Quick start
npm i --save kitoko
then 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
6 years ago
0.0.19
6 years ago
0.0.18
6 years ago
0.0.17
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago