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 4e53173 commit 23ec422Copy full SHA for 23ec422
.documentation/index.rst
@@ -5,7 +5,7 @@ This project is an example of directory structure in an Angular application but
5
6
Here we cover the parts of the application directory structure and the function of each:
7
8
-* `~/src/theme <theme.rst>`_
+* `~/src/main.scss <theme.rst>`_
9
* `~/src/app/core <core.rst>`_
10
* `~/src/app/data <data.rst>`_
11
* `~/src/app/layout <layout.rst>`_
.documentation/theme.rst
@@ -0,0 +1,5 @@
1
+Theming
2
+=======
3
+
4
+The ``~/app/main.scss`` pulls in the themes in the ``~/app/theme`` directory
+as well as bootstrap and Angular material theming.
0 commit comments