... |
... |
@@ -195,9
+195,14 @@ |
195 |
195 |
|
196 |
196 |
// You can also import another layout |
197 |
197 |
// It is transpiled with the variable settings before being imported |
198 |
|
-@import "client/current/file.thpc" |
|
198 |
+@import "client/current/file.thpc"; |
199 |
199 |
|
200 |
|
- |
|
200 |
+// Import a file only when transpiling for a preview |
|
201 |
+// A SCSS file is transpiled (a) when the user clicks the save |
|
202 |
+// button, which also saves the result a client file or design template. |
|
203 |
+// And (b), when the user has changed an option in the UI and we want to |
|
204 |
+// to update the preview in the center section of the UI. |
|
205 |
+@import "client/current/file.scss?previewOnly"; |
201 |
201 |
{{/code}} |
202 |
202 |
|
203 |
203 |
=== Editorkonfiguration |
... |
... |
@@ -204,6
+204,8 @@ |
204 |
204 |
|
205 |
205 |
=== Einstellungen zur CSS-Generierung |
206 |
206 |
|
|
212 |
+ |
|
213 |
+ |
207 |
207 |
* Editoren-Typ, Breite, weitere Optionen, mehrspaltig? |
208 |
208 |
* Import von Mandantdateien und anderen Layout-Vorlagen |
209 |
209 |
* Nutzung von Variablen, warum !default |