Von Version < 15.17 >
bearbeitet von awa
am 19.03.2020, 15:28
Auf Version < 15.16 >
bearbeitet von awa
am 19.03.2020, 15:23
< >
Änderungskommentar: (Autosaved)

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -176,28 +176,16 @@
176 176  Schließlich ist es auch möglich, andere {{smallcaps}}Scss{{/smallcaps}}-Dateien zu importieren:
177 177  
178 178  {{code language="scss"}}
179 -// You can import an SCSS file from the files of the current client
180 -@import "client/current/file.scss";
179 +// Import an SCSS file from the files of the current client
180 +@import "client/current/file.scss"
181 181  
182 -// You can also import a file from another client
183 -// Select a client by its name, alias, ID, or UUID
184 -@import "client/name/demo/file.scss";
185 -@import "client/alias/demo/file.scss";
186 -@import "client/id/152/file.scss";
187 -@import "client/uuid/c33c63c7-8047-4727-bcda-8d07e2c36d4d/file.scss";
182 +// Import an SCSS file from the files of the current client
183 +@import "client/name/xima/file.css"
188 188  
189 -// You can also import a CSS file
190 -@import "client/current/file.css";
185 + @import "client/id/9/file.thed"
186 +@import "client/uuid/c33c63c7-8047-4727-bcda-8d07e2c36d4d/file.thpc"
191 191  
192 -// You can also import another layout template
193 -// It is transpiled with the default variable settings before being imported
194 -@import "client/current/file.thed";
195 195  
196 -// You can also import another layout
197 -// It is transpiled with the variable settings before being imported
198 -@import "client/current/file.thpc"
199 -
200 -
201 201  {{/code}}
202 202  
203 203  === Editorkonfiguration
Copyright 2000-2025