Skip to content

Commit 1e8bcc0

Browse files
Text
1 parent 6d9d1ee commit 1e8bcc0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,22 @@ The basis structure for your website should look similar like this:
4747
Your 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

0 commit comments

Comments
 (0)