We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46caf4 commit 595e829Copy full SHA for 595e829
docs/en/ui-themes/lepton/customizing-lepton-theme.md
@@ -45,9 +45,16 @@ export const appConfig: ApplicationConfig = {
45
46
Import your style file to `src/style.scss`
47
48
-```css
+```scss
49
+/* style.scss */
50
+@import 'your-custom-style';
51
+```
52
+
53
+or
54
55
56
/* style.scss */
-import 'your-custom-style';
57
+@use 'your-custom-style';
58
```
59
60
Or add your style file to the `styles` arrays which in `angular.json` file
0 commit comments