Skip to content

Commit d2808d7

Browse files
committed
Merge remote-tracking branch 'upstream/main' into update-tooling
2 parents e686c8b + 146bcc3 commit d2808d7

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

source/_sass/app.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
@use "sass:color";
18-
@use "sass:meta";
1918
@use 'bourbon/bourbon';
2019

2120
@use 'colors';

source/_sass/base/_typography.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
@use "../bourbon/css3/transition";
1919
@use "variables";
2020

21-
2221
body {
2322
-webkit-font-smoothing: antialiased;
2423
background-color: variables.$base-background-color;

source/_sass/base/mixins/_flash.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
@use "sass:color";
1818
@use "../variables";
1919

20-
2120
@mixin flash($color) {
2221
background: $color;
2322
color: color.adjust($color, $lightness: -60%, $space: hsl);

source/_sass/bourbon/css3/_flex-box.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
// CSS3 Flexible Box Model and property defaults
55

6+
@use "sass:list";
7+
68
// Custom shorthand notation for flexbox
79
@mixin box($orient: inline-axis, $pack: start, $align: stretch) {
810
@include display-box;

0 commit comments

Comments
 (0)