Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 627 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 627 Bytes

NLB Stylesheets

A project to standarize and normalize stylesheets used in digital books, following guidelines on usability and accessibility for the visually impaired and dyslectics.

Documentation (in Norwegian)

Note

This repo should now build automatically when merging pull request onto master.

Developer installation

  1. Install NodeJS
  2. Install Grunt and Yarn with npm: npm i -g grunt yarn (run in command-line at the root folder)
  3. Run yarn

To compile once run yarn build

To compile after each change to a SCSS file, run yarn dev