Skip to content

Commit 453a819

Browse files
Dale KunceDale Kunce
authored andcommitted
Fix Foundation Sites util import path for Sass compilation
- Use absolute path to Foundation's util/util from node_modules - Resolves the 'Can't find stylesheet to import' error - main.css now generates successfully (312KB) - Critical fix for CSS deployment issue on GitHub Actions - Removes the conflict between local and Foundation util paths
1 parent 7fdbf67 commit 453a819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/styles/_settings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
// 55. Top Bar
6565
// 56. Xy Grid
6666

67-
@import 'util/util';
67+
@import '../../../node_modules/foundation-sites/scss/util/util';
6868

6969
// 1. Global
7070
// ---------

0 commit comments

Comments
 (0)