From 3df910b359125d35ca71f4e9419b0bd41d56718c Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 14 Jun 2021 22:11:50 -0400 Subject: stripping bulma and cobalt; uneeded at this point --- _bulma/node_modules/bulma/sass/elements/icon.sass | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 _bulma/node_modules/bulma/sass/elements/icon.sass (limited to '_bulma/node_modules/bulma/sass/elements/icon.sass') diff --git a/_bulma/node_modules/bulma/sass/elements/icon.sass b/_bulma/node_modules/bulma/sass/elements/icon.sass deleted file mode 100644 index 988546c..0000000 --- a/_bulma/node_modules/bulma/sass/elements/icon.sass +++ /dev/null @@ -1,21 +0,0 @@ -$icon-dimensions: 1.5rem !default -$icon-dimensions-small: 1rem !default -$icon-dimensions-medium: 2rem !default -$icon-dimensions-large: 3rem !default - -.icon - align-items: center - display: inline-flex - justify-content: center - height: $icon-dimensions - width: $icon-dimensions - // Sizes - &.is-small - height: $icon-dimensions-small - width: $icon-dimensions-small - &.is-medium - height: $icon-dimensions-medium - width: $icon-dimensions-medium - &.is-large - height: $icon-dimensions-large - width: $icon-dimensions-large -- cgit v1.2.3