[JS] Update yarn packages and deprecated SCSS syntax

This commit is contained in:
Kira 2021-08-12 07:46:50 -07:00
parent e018c35e74
commit cd3173d661
4 changed files with 1017 additions and 1721 deletions

View File

@ -2,8 +2,8 @@
$border-radius-half: 3px;
$border-radius-full: 6px;
$base-padding: 1rem;
$padding-050: $base-padding/2;
$padding-025: $base-padding/4;
$padding-050: $base-padding*0.5;
$padding-025: $base-padding*0.25;
$padding-100: $base-padding;
$padding-125: $base-padding*1.25;
$padding-150: $base-padding*1.5;

View File

@ -56,7 +56,7 @@ table.table {
// Needed so that unconverted tables work.
table.striped {
@extend table.table;
@extend .table;
}
/*
@ -96,7 +96,7 @@ table.search {
}
table.aligned-vertical {
@extend table.search;
@extend .search;
tr {
height: 1.75em;

View File

@ -47,6 +47,7 @@ module.exports = function(api) {
loose: true
}
],
["@babel/plugin-proposal-private-methods", { "loose": true }],
[
require('@babel/plugin-proposal-object-rest-spread').default,
{

2729
yarn.lock

File diff suppressed because it is too large Load Diff