Removed suffix
Can’t use it because of appcache
This commit is contained in:
parent
1c7680156a
commit
9cd7807014
@ -104,10 +104,10 @@
|
||||
.image-2x(@image, @width, @height, @repeat: no-repeat) {
|
||||
@filename : ~`/(.*)\.(jpg|jpeg|png|gif)/.exec(@{image})[1]`;
|
||||
@extension : ~`/(.*)\.(jpg|jpeg|png|gif)/.exec(@{image})[2]`;
|
||||
background-image: ~`"url(@{filename}.@{extension}?1)"`;
|
||||
background-image: ~`"url(@{filename}.@{extension})"`;
|
||||
background-repeat: @repeat;
|
||||
.is_2x & {
|
||||
background-image: ~`"url(@{filename}_2x.@{extension}?1)"`;
|
||||
background-image: ~`"url(@{filename}_2x.@{extension})"`;
|
||||
background-size: @width @height;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user