Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Dec 3, 2024
1 parent 3be8eab commit c17a364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/starlog/src/styles/colors.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "sass:map";
@use 'sass:map';

@function color($color, $tone) {
// @warn map.get($palette,$color);
Expand Down
2 changes: 1 addition & 1 deletion examples/starlog/src/styles/type.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "./colors.scss" as colors;
@use './colors.scss' as colors;

$baseFont: 'Lato', sans-serif;
$codeFont: 'Source Code Pro', monospace;
Expand Down

0 comments on commit c17a364

Please sign in to comment.