Skip to content

Commit

Permalink
Apparently github pages besides using jekyll doesn't actually support…
Browse files Browse the repository at this point in the history
… jekyll. Let's see if @import works instead of @use.
  • Loading branch information
sven committed Feb 1, 2025
1 parent 9f085eb commit 2d8980d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/css/main.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
---

@use 'builtins.css';
@use 'classesForGrids.css';
@use 'classesForLayers.css';
@use 'classesForColors.css';
@import 'builtins.css';
@import 'classesForGrids.css';
@import 'classesForLayers.css';
@import 'classesForColors.css';


.fullSize {
Expand Down

0 comments on commit 2d8980d

Please sign in to comment.