diff options
Diffstat (limited to '')
-rw-r--r-- | assets/css/style.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..e57aa9a --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,12 @@ +--- +--- + +/* + If the number of TAB files has changed, the following variable is required. + And it must be defined before `@import`. +*/ +$tab-count: {{ site.tabs | size | plus: 2 }}; // plus 1 for home tab + +@import "{{ site.theme }}"; + +/* append your custom style below */ |