0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Armand Philippot 2024-12-03 15:42:14 +00:00 committed by astrobot-houston
parent 3be8eaba0b
commit c17a364b10
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
@use "sass:map";
@use 'sass:map';
@function color($color, $tone) {
// @warn map.get($palette,$color);

View file

@ -1,4 +1,4 @@
@use "./colors.scss" as colors;
@use './colors.scss' as colors;
$baseFont: 'Lato', sans-serif;
$codeFont: 'Source Code Pro', monospace;