Skip to content

Instantly share code, notes, and snippets.

@tlimpanont
Last active April 20, 2016 06:48
Show Gist options
  • Save tlimpanont/4736912997748ee307d204ed2b88a27d to your computer and use it in GitHub Desktop.
Save tlimpanont/4736912997748ee307d204ed2b88a27d to your computer and use it in GitHub Desktop.
Het consumeren van npm theme project door een Web Applicatie

@import

Het kunnen consumeren met @import 'node_modules/theme-name/theme-name-entry';

static file servers met eventuele API endpint

Het kunnnen consumeren via http(s) static file server

http://someserver.com/css/theme-name.css

voorbeeld van theme API https://bootswatch.com/api/3.json

Body className

Het kunnen toepassen of switch van theme-combinaties

<body class="hamis-asmterdam dark"></body>
<body class="hamis-rotterdam light"></body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment