--- # this ensures Jekyll reads the file to be transformed into CSS later # only Main files contain this front matter, not partials. --- @import '../node_modules/algolia-frontend-components/components/communityHeader/communityHeader.scss'; @import '../node_modules/algolia-aerial/src/stylesheet/aerial'; @import "base"; @import "mixin"; @import "fonts"; @import "syntax-highlighting"; @import "page"; @import "searchbar"; @import "docsearch"; @import "navigation"; @import "forms"; @import "documentation"; @import "footer.sass"; // *,*:before,*:after { // outline: 1px solid rgba(red, 0.35)} // @media (max-width: $screen-md) { // * { // // background: blue !important // } // } // @media (max-width: $screen-sm) { // * { // background: red !important // } // }