Skip to content

Commit cd04a0c

Browse files
mrleeioclaude
andcommitted
fix(sass): correct RFS vendor import path for GitHub Actions
- Change vendor/rfs import to bootstrap/vendor/rfs - Fixes build error in GitHub Actions CI environment - Resolves "File to import not found or unreadable: vendor/rfs" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5c52e97 commit cd04a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/bootstrap/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Used in conjunction with global variables to enable certain theme features.
44

55
// Vendor
6-
@import "vendor/rfs";
6+
@import "bootstrap/vendor/rfs";
77

88
// Deprecate
99
@import "mixins/deprecate";

0 commit comments

Comments
 (0)