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/layout/section.sass | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 _bulma/node_modules/bulma/sass/layout/section.sass (limited to '_bulma/node_modules/bulma/sass/layout/section.sass') diff --git a/_bulma/node_modules/bulma/sass/layout/section.sass b/_bulma/node_modules/bulma/sass/layout/section.sass deleted file mode 100644 index 6f2d352..0000000 --- a/_bulma/node_modules/bulma/sass/layout/section.sass +++ /dev/null @@ -1,13 +0,0 @@ -$section-padding: 3rem 1.5rem !default -$section-padding-medium: 9rem 1.5rem !default -$section-padding-large: 18rem 1.5rem !default - -.section - padding: $section-padding - // Responsiveness - +desktop - // Sizes - &.is-medium - padding: $section-padding-medium - &.is-large - padding: $section-padding-large -- cgit v1.2.3