From cf0043e9582bae533477b0e09a9b8a0fd348f90c Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 5 Dec 2024 17:22:29 +0000 Subject: [PATCH] Move vendor/_rfs.scss (#1) Reviewed-on: https://git.chobble.com/hosted-by-chobble/freehold-cottage/pulls/1 Co-authored-by: Stefan Co-committed-by: Stefan --- .gitignore | 1 + _sass/bootstrap/_mixins.scss | 2 +- _sass/bootstrap/{vendor => }/_rfs.scss | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename _sass/bootstrap/{vendor => }/_rfs.scss (100%) diff --git a/.gitignore b/.gitignore index 6acac19..14006f5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ Gemfile.lock .env .aider* resized +result diff --git a/_sass/bootstrap/_mixins.scss b/_sass/bootstrap/_mixins.scss index cc95784..f1a47f9 100644 --- a/_sass/bootstrap/_mixins.scss +++ b/_sass/bootstrap/_mixins.scss @@ -3,7 +3,7 @@ // Used in conjunction with global variables to enable certain theme features. // Vendor -@import "vendor/rfs"; +@import "rfs"; // Deprecate @import "mixins/deprecate"; diff --git a/_sass/bootstrap/vendor/_rfs.scss b/_sass/bootstrap/_rfs.scss similarity index 100% rename from _sass/bootstrap/vendor/_rfs.scss rename to _sass/bootstrap/_rfs.scss