will-styling

1.0.27 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i will-styling

Weekly Downloads

3

Version

1.0.27

License

MIT

Unpacked Size

40.4 kB

Total Files

6

Last publish

Collaborators

  • elsvene