File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,20 +47,22 @@ The basis structure for your website should look similar like this:
4747Your main.scss should have the following set-up:
4848
4949```
50- /* Core variables */
50+ /* CastleCSS Core variables */
5151@import "node_modules/castlecss-core/sass/variables";
5252
5353/* Your variables */
5454@import "variables";
5555
56- /* Remaining core files */
56+ /* Remaining Core files and other CastleCSS modules */
5757@import "node_modules/castlecss-core/sass/main";
5858@import "node_modules/castlecss-buttons/sass/main";
5959@import "node_modules/castlecss-notifications/sass/main";
6060
6161/* Include your own files below this line
6262 -------------------------------------- */
6363
64+
65+
6466/* --------------------------------------
6567 Include your own files above this line */
6668
You can’t perform that action at this time.
0 commit comments