Skip to content

Commit

Permalink
Switch back to @import
Browse files Browse the repository at this point in the history
Version of jekyll-sass-converter used by Github Pages is too old to support @use: github/pages-gem#813
  • Loading branch information
BadIdeaException committed Feb 16, 2023
1 parent b209686 commit 70d0452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/landing.scss
@@ -1,13 +1,13 @@
---
---
@use 'base';
@use 'colors';
@import 'base';
@import 'colors';

.hero {
margin: 0;
padding: 0;
display: flex;
background-color: colors.$background-dark;
background-color: $background-dark;

h1 > :first-child {
font-variant: small-caps;
Expand Down

0 comments on commit 70d0452

Please sign in to comment.