... |
... |
@@ -176,6
+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 |
+// Import an SCSS file from the files of the current client |
|
180 |
+@import "client/current/file.scss" |
|
181 |
+ |
|
182 |
+// Import an SCSS file from the files of the current client |
|
183 |
+@import "client/name/xima/file.css" |
|
184 |
+ |
|
185 |
+ @import "client/id/9/file.thed" |
|
186 |
+@import "client/uuid/c33c63c7-8047-4727-bcda-8d07e2c36d4d/file.thpc" |
|
187 |
+ |
|
188 |
+ |
179 |
179 |
{{/code}} |
180 |
180 |
|
181 |
181 |
=== Editorkonfiguration |