Files

9 lines
243 B
SCSS
Raw Permalink Normal View History

// Main SCSS entry point for custom Bootstrap styling
// This file is processed by Hugo Pipes and loaded after Bootstrap CDN CSS
// Import Bootstrap variable overrides
@import 'variables';
// Import custom component styles
@import 'custom';