... |
... |
@@ -173,33
+173,7 @@ |
173 |
173 |
// ... |
174 |
174 |
{{/code}} |
175 |
175 |
|
176 |
|
-Schließlich ist es auch möglich, andere {{smallcaps}}Scss{{/smallcaps}}-Dateien zu importieren: |
177 |
177 |
|
178 |
|
-{{code language="scss"}} |
179 |
|
-// You can import an SCSS file from the files of the current client |
180 |
|
-@import "client/current/file.scss"; |
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"; |
188 |
|
- |
189 |
|
-// You can also import a CSS file |
190 |
|
-@import "client/current/file.css"; |
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 |
|
- |
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 |
|
-{{/code}} |
202 |
|
- |
203 |
203 |
=== Editorkonfiguration |
204 |
204 |
|
205 |
205 |
=== Einstellungen zur CSS-Generierung |