- Timestamp:
- 01/31/15 13:02:01 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/berlin/scss/init/_mixins-functions.scss
r2670 r2949 3 3 $file-name, 4 4 $css-img-path: $css-img-path) { 5 background-image: url($css-img-path+'/'+$file-name+'.png');6 background-image: url($css-img-path+'/'+$file-name+'.svg'), none;5 background-image: inline-image($file-name+'.png'); 6 background-image: inline-image($file-name+'.svg'), none; 7 7 } 8 8 … … 13 13 $position: 50% 50%, 14 14 $bg-color: transparent) { 15 background: url($css-img-path+'/'+$file-name+'.png') $repeat, $position, $bg-color;16 background-image: url($css-img-path+'/'+$file-name+'.svg'), none;15 background: inline-image($file-name+'.png') $repeat, $position, $bg-color; 16 background-image: inline-image($file-name+'.svg'), none; 17 17 } 18 18
Note: See TracChangeset
for help on using the changeset viewer.