Sha256: 80c2388b338abd7ab4138355e191b397418349afe9be5a34dc0a63c0914a732b

Contents?: true

Size: 378 Bytes

Versions: 11

Compression:

Stored size: 378 Bytes

Contents

@use "../utilities/extends";
@use "../utilities/initial-variables" as iv;

.#{iv.$helpers-prefix}radiusless {
  border-radius: 0 !important;
}

.#{iv.$helpers-prefix}shadowless {
  box-shadow: none !important;
}

.#{iv.$helpers-prefix}clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.#{iv.$helpers-prefix}unselectable {
  @extend %unselectable;
}

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
mere-blog-theme-1.0.1 node_modules/bulma/sass/helpers/other.scss
mere-blog-theme-1.0 node_modules/bulma/sass/helpers/other.scss
bulma-clean-theme-1.1.0 node_modules/bulma/sass/helpers/other.scss
bulma-clean-theme-1.0.4 node_modules/bulma/sass/helpers/other.scss
bulma-rails-1.0.2 app/assets/stylesheets/sass/helpers/other.scss
bulma-clean-theme-1.0.3 node_modules/bulma/sass/helpers/other.scss
bulma-rails-1.0.1 app/assets/stylesheets/sass/helpers/other.scss
bulma-clean-theme-1.0.0 node_modules/bulma/sass/helpers/other.scss
bulma-clean-theme-1.0.0.beta.2 node_modules/bulma/sass/helpers/other.scss
bulma-clean-theme-1.0.0.beta.1 node_modules/bulma/sass/helpers/other.scss
bulma-rails-1.0.0 app/assets/stylesheets/sass/helpers/other.scss