Sha256: d0edd49cb625e80e62f2d872b54ac7e6d1e23c0a7ceab0bccb7360ecb09ac392
Contents?: true
Size: 611 Bytes
Versions: 2
Compression:
Stored size: 611 Bytes
Contents
//############################################// //# Customize Alom editing the variables ###// //###########################################// $font-base: 16 !default; /// Base path for assets (fonts, images...), /// should not include trailing slash /// @access public /// @type String $asset-base-path: '../assets' !default; //Grid settings $number-of-columns: 12 !default; $offset-columns: $number-of-columns !default; $grid-break: 768px; //Responsive Breakpints $small: 768px; $medium: 1024px; $large: 1140px; $wide: 4096px; //Test $test-color: rgba(255, 0, 0, .1); $test-border: rgba(255, 0, 0, 1);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alom-1.0.0 | vendor/assets/stylesheets/alom/_variables.scss |
alom-0.1.1 | vendor/assets/stylesheets/alom/_variables.scss |