A project to standarize and normalize stylesheets used in digital books, following guidelines on usability and accessibility for the visually impaired and dyslectics.
This repo should now build automatically when merging pull request onto master.
- Install NodeJS
- Install Grunt and Yarn with npm:
npm i -g grunt yarn
(run in command-line at the root folder) - Run
yarn
To compile once run yarn build
To compile after each change to a SCSS file, run yarn dev