run build after dependecy update

This commit is contained in:
David Miller
2020-06-19 14:36:15 -04:00
parent d65df79aae
commit e068c5ec5e
170 changed files with 5189 additions and 2782 deletions

View File

@@ -0,0 +1,5 @@
// stylelint-disable declaration-no-important
@each $value in $user-selects {
.user-select-#{$value} { user-select: $value !important; }
}