... |
... |
@@ -173,7
+173,21 @@ |
173 |
173 |
// ... |
174 |
174 |
{{/code}} |
175 |
175 |
|
|
176 |
+Schließlich ist es auch möglich, andere {{smallcaps}}Scss{{/smallcaps}}-Dateien zu importieren: |
176 |
176 |
|
|
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 |
+ |
|
189 |
+{{/code}} |
|
190 |
+ |
177 |
177 |
=== Editorkonfiguration |
178 |
178 |
|
179 |
179 |
=== Einstellungen zur CSS-Generierung |