Skip to content

Commit

Permalink
refactor: don't forward tools
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Aug 28, 2021
1 parent 2e37c6a commit 0185476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion packages/vuetify/src/components/VAppBar/VAppBarTitle.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@forward './variables'
@use './variables' as *

.v-app-bar-title
Expand Down
7 changes: 3 additions & 4 deletions packages/vuetify/src/styles/main.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Modeled after ITCSS https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/
@forward './settings'
@forward './tools'
@forward './generic'
@forward './elements'
@forward './utilities'
@use './generic'
@use './elements'
@use './utilities'
7 changes: 0 additions & 7 deletions packages/vuetify/src/styles/settings/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,17 +301,10 @@ $standard-easing: cubic-bezier(0.4, 0, 0.2, 1);
$decelerated-easing: cubic-bezier(0.0, 0, 0.2, 1); // Entering
$accelerated-easing: cubic-bezier(0.4, 0, 1, 1); // Leaving

// Ripples
$ripple-animation-transition-in: transform 0.25s $decelerated-easing, opacity 0.1s $decelerated-easing !default;
$ripple-animation-transition-out: opacity 0.3s $accelerated-easing !default;
$ripple-animation-visible-opacity: 0.15 !default;

// Elements
$bootable-transition: 0.2s $decelerated-easing !default;
$blockquote-font-size: 18px !default;
$blockquote-font-weight: 300 !default;
$input-top-spacing: 16px !default;
$text-field-active-label-height: 12px !default;

$sizes: (
'x-small',
Expand Down

0 comments on commit 0185476

Please sign in to comment.