Beispiel-Datei strukturiert

This commit is contained in:
Stephan Hagedorn 2017-08-17 19:47:06 +02:00
parent 9c03fb44cc
commit e7ca01dd40
12 changed files with 5023 additions and 170 deletions

View file

@ -9,3 +9,9 @@ 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.