Skip to content

Commit

Permalink
Markdown works.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Aug 22, 2012
1 parent efadc9c commit b12238a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frameworks/compass/stylesheets/compass/css3/_appearance.scss
Expand Up @@ -4,9 +4,10 @@
// 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)
//
// * [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);
Expand Down

0 comments on commit b12238a

Please sign in to comment.