Quickstart
Using the css stylesheet
To use the css version of the htmlbook-css
stylesheet, simply link to it in a html file:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="htmlbook.css"/>
</head>
<body data-type="book">
[ ... ]
</body>
</html>
Using the less stylesheet
To use the less version of the htmlbook-css
stylesheet, there a different options:
-
Convert the less version to css
Simply run
to convert the less stylestheet to css. Than use it as described above.
-
Use it with the less javascript library
-
Directly include it in a dm pipeline: