1
0
Fork 0
docsearch/docs/css/main.scss
2017-10-17 22:16:04 +02:00

40 lines
794 B
SCSS

---
# 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
// }
// }