Updated packages
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use 'sass:list';
|
||||
|
||||
/// Stroke font-character
|
||||
/// @param {Integer} $stroke - Stroke width
|
||||
/// @param {Color} $color - Stroke color
|
||||
@@ -8,7 +10,7 @@
|
||||
|
||||
@for $i from $from through $stroke {
|
||||
@for $j from $from through $stroke {
|
||||
$shadow: append($shadow, $i*1px $j*1px 0 $color, comma);
|
||||
$shadow: list.append($shadow, $i*1px $j*1px 0 $color, comma);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -45,5 +45,5 @@ const { title } = Astro.props;
|
||||
</html>
|
||||
|
||||
<style lang="scss" is:global>
|
||||
@import '../assets/scss/theme.scss';
|
||||
@use '../assets/scss/theme.scss';
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user