1.0.27 • Published 8 months ago

will-styling v1.0.27

Weekly downloads
23
License
MIT
Repository
-
Last release
8 months 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

8 months ago

1.0.25

8 months ago

1.0.24

8 months ago

1.0.27

8 months ago

1.0.22

1 year ago

1.0.23

1 year ago

1.0.21

2 years ago

1.0.20

3 years ago

1.0.19

3 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

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 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