PHP Classes

File: public/asset/vendor/select2/docs/themes/learn2/scss/vendor/bourbon/css3/_image-rendering.scss

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/select2/docs/themes/learn2/scss/vendor/bourbon/css3/_image-rendering.scss   Download  
File: public/asset/vendor/select2/docs/themes/learn2/scss/vendor/bourbon/css3/_image-rendering.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 343 bytes
 

Contents

Class file image Download
@mixin image-rendering ($mode:auto) { @if ($mode == crisp-edges) { -ms-interpolation-mode: nearest-neighbor; // IE8+ image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; } @else { image-rendering: $mode; } }