My favorites
▼
|
Sign in
spriteme
Create, integrate, and maintain CSS sprites with ease.
Project Home
Issues
Source
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
83
attachment: spriteme-fontface.patch
(482 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: spriteme.js
===================================================================
--- spriteme.js (revision 30)
+++ spriteme.js (working copy)
@@ -700,7 +700,7 @@
}
var bgPos = rule.style.backgroundPosition;
var bgImage = rule.style.backgroundImage;
- if ( -1 != rule.selectorText.indexOf('spriteme') ) {
+ if ( rule instanceof CSSFontFaceRule || -1 != rule.selectorText.indexOf('spriteme') ) {
// don't analyze SpriteMe rules
continue;
}
Powered by
Google Project Hosting