Sha256: 9d3bee3714a9c9ad0ee582bfe8f5bbd9fb1c92922a327fbaf1a77d3f6e86cbd7

Contents?: true

Size: 735 Bytes

Versions: 16

Compression:

Stored size: 735 Bytes

Contents

@import "shared";

// Change the appearance for Mozilla, Webkit and possibly the future.
// The appearance property is currently not present in any newer CSS specification.
//
// There is no official list of accepted values, but you might check these source:
//
//   * [Mozilla](https://developer.mozilla.org/en/CSS/-moz-appearance)
//   * [Webkit](http://code.google.com/p/webkit-mirror/source/browse/Source/WebCore/css/CSSValueKeywords.in?spec=svnf1aea559dcd025a8946aa7da6e4e8306f5c1b604&r=63c7d1af44430b314233fea342c3ddb2a052e365)
//     (search for 'appearance' within the page)

@mixin appearance($ap) {
  $ap: unquote($ap);
  @include experimental(appearance, $ap,
    -moz, -webkit, not -o, not -ms, not -khtml, official
  );
}

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
egghead-styles-1.0.82 app/assets/stylesheets/plugins/compass/compass/css3/_appearance.scss
egghead-styles-1.0.81 app/assets/stylesheets/plugins/compass/compass/css3/_appearance.scss
egghead-styles-1.0.80 app/assets/stylesheets/plugins/compass/compass/css3/_appearance.scss
egghead-styles-1.0.79 app/assets/stylesheets/plugins/compass/compass/css3/_appearance.scss
egghead-styles-1.0.78 app/assets/stylesheets/plugins/compass/compass/css3/_appearance.scss
egghead-styles-1.0.77 app/assets/stylesheets/plugins/compass/compass/css3/_appearance.scss
egghead-styles-1.0.76 app/assets/stylesheets/plugins/compass/compass/css3/_appearance.scss
egghead-styles-1.0.75 app/assets/stylesheets/plugins/compass/compass/css3/_appearance.scss
egghead-styles-1.0.74 app/assets/stylesheets/plugins/compass/compass/css3/_appearance.scss
egghead-styles-1.0.73 app/assets/stylesheets/plugins/compass/compass/css3/_appearance.scss
compass-0.12.7 frameworks/compass/stylesheets/compass/css3/_appearance.scss
compass-0.12.6 frameworks/compass/stylesheets/compass/css3/_appearance.scss
compass-0.12.5 frameworks/compass/stylesheets/compass/css3/_appearance.scss
compass-0.12.4 frameworks/compass/stylesheets/compass/css3/_appearance.scss
compass-sourcemaps-0.12.4.sourcemaps.a4836f1 frameworks/compass/stylesheets/compass/css3/_appearance.scss
simple-compass-0.0.1 sass/compass/css3/_appearance.scss