Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bootstrap-reboot.scss « scss « bootstrap « vendor « sass - github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 978b086a1a28d9ed2a6241e57349f3ba5a9dde45 (plain)
1
2
3
4
5
6
7
8
9
10
// Bootstrap Reboot only
//
// Includes only Normalize and our custom Reboot reset.

@import "variables";
@import "mixins";
@import "custom";

@import "normalize";
@import "reboot";