Skip to content

nlbdev/nlb-scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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