1.0.5 • Published 5 years ago

revealjs-styling v1.0.5

Weekly downloads
24
License
-
Repository
-
Last release
5 years ago

revealjs-styling

Ausgelagerte CSS Dateien vom WILL Projekt als NPM Module

Installation

  1. Modul installieren:

    $ npm install revealjs-styling
  2. 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";
  3. Sass durchlaufen lassen und in die gewünschte Zieldatei compilieren:

    $ sass --watch neueDatei.scss style.css

Updates veröffentlichen

  1. NPM Account hier erstellen
  2. User hinzufügen (einmalig):
    $ npm adduser 
    oder
    $ npm login 
  3. Versionsnummer aktualisieren (package.json) und Modul veröffentlichen:
    $ npm publish 
  4. Mit $ npm update werden die Module im Anschluss aktualisiert.
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago