Commit 4eb24af
committed
Fix simple_calendar stylesheet import
- Change from @use to @import for simple_calendar CSS file
- The simple_calendar gem provides a .css file, not .scss, so @use directive fails
- Using @import allows SCSS to properly import CSS files
- Fixes SassC::SyntaxError during asset precompilation1 parent 1cba521 commit 4eb24af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments