Hippie interweaves preeminent personal interface elements
Find a file
Stephan Hagedorn a4a1fbc14d gulp and file structure overhaul
new gulp setup
including new npm packages
new file structure
moved all development files to source/
used files are in build/ now
2017-09-26 22:02:10 +02:00
build gulp and file structure overhaul 2017-09-26 22:02:10 +02:00
source gulp and file structure overhaul 2017-09-26 22:02:10 +02:00
vendor gulp and file structure overhaul 2017-09-26 22:02:10 +02:00
.gitignore New content 2017-08-21 08:06:46 +02:00
.jshintrc gulp and file structure overhaul 2017-09-26 22:02:10 +02:00
demo-explorer.html gulp and file structure overhaul 2017-09-26 22:02:10 +02:00
demo-index.html gulp and file structure overhaul 2017-09-26 22:02:10 +02:00
demo-presentation.html gulp and file structure overhaul 2017-09-26 22:02:10 +02:00
demo-raw.html gulp and file structure overhaul 2017-09-26 22:02:10 +02:00
gulpfile.js gulp and file structure overhaul 2017-09-26 22:02:10 +02:00
LICENSE Update LICENSE 2016-11-09 16:02:43 +01:00
package-lock.json gulp and file structure overhaul 2017-09-26 22:02:10 +02:00
package.json gulp and file structure overhaul 2017-09-26 22:02:10 +02:00
README.md Beispiel-Datei strukturiert 2017-08-17 19:47:06 +02:00
robots.txt Added sass and changed basic structure 2016-12-01 15:37:49 +01:00
sitemap.xml Added sass and changed basic structure 2016-12-01 15:37:49 +01:00
TODO.md Added sass and changed basic structure 2016-12-01 15:37:49 +01:00

HIPPIE

USE (work in progress)

Clone the repo https://github.com/sthag/hippie.git.

Copy the source folder to your projects style folder.

Compile the SCSS files, for example like a so sass --watch source/:./.

Load the screen.css file within the head section of your HTML document. <link rel="stylesheet" type="text/css" media="all" href="./{your projects style folder}/screen.css"/>

LOGIC

Klassennamen enthalten Objektnamen und Funktionen Sie sind mit - und _ unterteilt. Der Bindestrich - trennt Objektnamen von Funktionen. Der Unterstrich _ wiederum unterteilt Funktionsbezeichnungen.