-
Modul installieren:
$ npm install revealjs-styling
-
Neue .scss Datei erstellen und folgenden Code einfügen:
neueDatei.scss: @import "node_modules/revealjs-styling/resources/custom.scss"; @import "node_modules/revealjs-styling/resources/style.scss"; oder @import "../../../node_modules/revealjs-styling/resources/custom.scss"; @import "../../../node_modules/revealjs-styling/resources/style.scss";
-
Sass durchlaufen lassen und in die gewünschte Zieldatei compilieren:
$ sass --watch neueDatei.scss style.css
- NPM Account hier erstellen
- User hinzufügen (einmalig):
oder
$ npm adduser
$ npm login
- Versionsnummer aktualisieren (package.json) und Modul veröffentlichen:
$ npm publish
- Mit
$ npm update
werden die Module im Anschluss aktualisiert.