hugo-toha/assets/styles/override.scss
Andreas Deininger c84f2e326e Fix typos
2024-03-19 22:01:21 +01:00

15 lines
No EOL
361 B
SCSS

/* override this file for custom css */
/* you can import bootstrap mixins */
// @import 'bootstrap/scss/mixins';
// Example usage
// .some-class {
// @include media-breakpoint-up(sm) {
// // Larger than sm: 576px
// display: inline;
// }
// @include media-breakpoint-down(md) {
// // Smaller than md: 768px
// display: block;
// }
// }