mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
- prettier's formatting has changed, so files needed to be reformatted
- dart is spitting out deprecation warnings like:
254 │ 2: $spacer / 2,
│ ^^^^^^^^^^^
╵
bazel-out/darwin-fastbuild/bin/ts/sass/bootstrap/_variables.scss 254:6 @import
ts/sass/button_mixins.scss 2:9 @use
ts/components/ColorPicker.svelte 2:5 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($grid-gutter-width, 2)
|
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| ButtonDropdown.svelte | ||
| ButtonGroup.svelte | ||
| ButtonGroupItem.svelte | ||
| buttons.ts | ||
| ButtonToolbar.svelte | ||
| ButtonToolbarItem.svelte | ||
| ColorPicker.svelte | ||
| contextKeys.ts | ||
| Detachable.svelte | ||
| dropdown.ts | ||
| DropdownDivider.svelte | ||
| DropdownItem.svelte | ||
| DropdownMenu.svelte | ||
| helpers.ts | ||
| IconButton.svelte | ||
| identifier.ts | ||
| LabelButton.svelte | ||
| registration.ts | ||
| SelectButton.svelte | ||
| SelectOption.svelte | ||
| StickyBar.svelte | ||
| types.ts | ||
| WithDropdownMenu.svelte | ||
| WithLabel.svelte | ||
| WithShortcut.svelte | ||
| WithState.svelte | ||
| WithTheming.svelte | ||