Sha256: 2bc15eb2773ab3c8caff8832f1a31076e59f70d401140e3cbd38b6e4b43497f2
Contents?: true
Size: 704 Bytes
Versions: 23
Compression:
Stored size: 704 Bytes
Contents
--- --- // ============================= // main.scss // ============================= // Used to include all the partials. // Do not change the order of the imports behind this comment. // GLOBAL VARIABLES @import "_variables.scss"; // LIQUID CALCULATIONS {% for items in site.data.nav %} $s-menuWidth: calc({{ forloop.length }} * (#{$s-menuItemWidth} + #{$s-menuItemPadding} * 2)); {% endfor %} // OTHER IMPORTS @import "_mixins.scss"; @import "_global.scss"; // Do not change the order of the imports above this comment. @import "_header.scss"; @import "_footer.scss"; @import "_feed.scss"; @import "_index.scss"; @import "_post.scss"; @import "_page.scss";
Version data entries
23 entries across 23 versions & 2 rubygems