1.0.27 • Published 1 year ago

will-styling v1.0.27

Weekly downloads
23
License
MIT
Repository
-
Last release
1 year 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.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.27

1 year ago

1.0.22

2 years ago

1.0.23

2 years ago

1.0.21

3 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

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