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

core.scss « sass « static - github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e022994267067955c48565fc9bb579cc9aab582 (plain)
1
2
3
4
5
6
7
8
9
10
11
@charset "utf-8";

@import
        "_settings",
        "_mixins",
        "vendor/normalize",
        "custom/global",
        "custom/layout",
        "custom/navigation",
        "custom/typography"
;