Von Version < 15.24 >
bearbeitet von awa
am 19.03.2020, 15:53
Auf Version < 15.26 >
bearbeitet von awa
am 19.03.2020, 15:58
< >
Änderungskommentar: (Autosaved)

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -195,7 +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 +
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";
199 199  {{/code}}
200 200  
201 201  === Editorkonfiguration
... ... @@ -202,6 +202,8 @@
202 202  
203 203  === Einstellungen zur CSS-Generierung
204 204  
212 +
213 +
205 205  * Editoren-Typ, Breite, weitere Optionen, mehrspaltig?
206 206  * Import von Mandantdateien und anderen Layout-Vorlagen
207 207  * Nutzung von Variablen, warum !default
Copyright 2000-2025