Sha256: 149056ebc1b36e42eda76df32ed7dfaf1ebafc553157227b3d785ae7ac161604
Contents?: true
Size: 699 Bytes
Versions: 8
Compression:
Stored size: 699 Bytes
Contents
/*! * Bootstrap Reboot v5.0.0-beta3 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) */ @import "functions"; @import "variables"; // Prevent the usage of custom properties since we don't add them to `:root` in reboot $font-family-base: $font-family-sans-serif; // stylelint-disable-line scss/dollar-variable-default $font-family-code: $font-family-monospace; // stylelint-disable-line scss/dollar-variable-default @import "mixins"; @import "reboot";
Version data entries
8 entries across 8 versions & 2 rubygems