Skip to content

Commit

Permalink
final official link to webkit appearance values
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Apr 10, 2012
1 parent 2af118e commit c00ae82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frameworks/compass/stylesheets/compass/css3/_appearance.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
//
// 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://developer.apple.com/library/safari/#documentation/appleapplications/reference/safaricssref/articles/standardcssproperties.html

// 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,
Expand Down

0 comments on commit c00ae82

Please sign in to comment.