Beispiel-Datei strukturiert
This commit is contained in:
parent
9c03fb44cc
commit
e7ca01dd40
12 changed files with 5023 additions and 170 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue