Sha256: c86a106a5aebac703468f185194f4396dc8e637ef9c1287f92f1d4fc8e16ab3c
Contents?: true
Size: 587 Bytes
Versions: 32
Compression:
Stored size: 587 Bytes
Contents
// These are global compass configuration options specific to panstoria-store $project-path: absolute-path("../../app/assets") !global; $fonts-dir: "fonts" !global; // bootstrap compass helpers @function twbs-font-path($path) { @return font-url($path, true); } @function twbs-image-path($path) { @return image-url($path, true); } $bootstrap-sass-asset-helper: true; @import "../../app/assets/stylesheets/forever_style_guide/globals/all"; @import "../../app/assets/stylesheets/forever_style_guide/base/all"; @import "../../app/assets/stylesheets/forever_style_guide/modules/all";
Version data entries
32 entries across 32 versions & 1 rubygems