From fb9666685bf1a3726fdced1cd439927d4e64b28e Mon Sep 17 00:00:00 2001 From: sylhare Date: Mon, 25 Nov 2024 11:08:08 -0500 Subject: [PATCH] Update custom documetnation --- _sass/type-on-strap.scss | 16 ---------------- assets/css/main.scss | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/_sass/type-on-strap.scss b/_sass/type-on-strap.scss index a84d5a8822..3626a760aa 100644 --- a/_sass/type-on-strap.scss +++ b/_sass/type-on-strap.scss @@ -32,19 +32,3 @@ @import 'external/source-sans-pro'; -/** - -CUSTOM STYLING - -In the case you want to add your own style on top of the type-on-strap one. -You can add a custom scss file using: - -@use 'custom'; - -Put it right after this comment for your changes to be applied over the default style. -(Once it processed into the assets/css/main.css by Jekyll at run time) - -Then create your _custom.scss right next to type-on-strap.scss and add in it all -of the unique scss that your blog needs. - -*/ diff --git a/assets/css/main.scss b/assets/css/main.scss index c76ded41c6..360753463a 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -2,3 +2,17 @@ --- @use "type-on-strap"; + +/** + +CUSTOM STYLING + +In the case you want to add your own style on top of the type-on-strap one. +You can add a custom scss file placed in the _sass folder using: + +@use 'custom'; + +Put it right after this comment for your changes to be applied over the default style. +(Once it processed into the main.css by Jekyll at run time) + +*/