--- # this ensures Jekyll reads the file to be transformed into CSS later # only Main files contain this front matter, not partials. --- // // Import dependancies // @import "./normalize.scss/normalize.scss"; // // Import Just the docs scss // // Support @import "./support/support"; @import "./base"; @import "./layout"; @import "./content"; @import "./navigation"; @import "./typography"; @import "./buttons"; @import "./search"; @import "./tables"; @import "./code"; @import "./utilities/utilities";