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: 6030ee9747b91f072a25c693ed6a8dd33c5c89fa (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/typography",
        "custom/breakpoints"
;