mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-21 13:23:07 +00:00
@@ -0,0 +1,28 @@
|
||||
|
||||
@import "bootstrap/functions";
|
||||
@import "bootstrap/variables";
|
||||
@import "bootstrap/mixins/breakpoints";
|
||||
|
||||
|
||||
//Responsive Font Sizes
|
||||
@import "bootstrap/vendor/rfs";
|
||||
$enable-responsive-font-sizes: true;
|
||||
$rfs-breakpoint: 992;
|
||||
|
||||
|
||||
// Initialize
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
|
||||
|
||||
// Core CSS
|
||||
@import "reset";
|
||||
@import "helpers";
|
||||
@import "layouts";
|
||||
|
||||
|
||||
// Content Blocks
|
||||
@import "header";
|
||||
@import "elements";
|
||||
@import "footer";
|
||||
@import "extras";
|
||||
Reference in New Issue
Block a user