mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-10-30 16:20:24 +01:00
refactor(starter): upgrade to new version of gatsby
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
@import '../../../assets/scss/variables';
|
||||
@import '../../../assets/scss/mixins';
|
||||
@use "sass:color";
|
||||
|
||||
@import "../../../assets/scss/variables";
|
||||
@import "../../../assets/scss/mixins";
|
||||
|
||||
.copyright {
|
||||
color: lighten($color-gray, 18%);
|
||||
color: color.adjust($color-gray, 18%);
|
||||
font-size: $typographic-small-font-size;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user