- Static HTML hotel website with Bootstrap 5 - i18next-based client-side internationalization - Language switcher (DE/EN) in navbar - German and English translation JSON files - Translated: navigation, content, forms, FAQ, legal pages (AGB) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
371 B
SCSS
18 lines
371 B
SCSS
/*!
|
|
* Bootstrap Utilities v5.0.0-beta1 (https://getbootstrap.com/)
|
|
* Copyright 2011-2020 The Bootstrap Authors
|
|
* Copyright 2011-2020 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
*/
|
|
|
|
// Configuration
|
|
|
|
@import "functions";
|
|
@import "variables";
|
|
@import "mixins";
|
|
@import "utilities";
|
|
|
|
|
|
// Utilities
|
|
|
|
@import "utilities/api";
|