Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ckorhonen/selectivizr int…
Browse files Browse the repository at this point in the history
…o ckorhonen-master

Conflicts:
	selectivizr.js
  • Loading branch information
keithclark committed Feb 11, 2011
2 parents 19a53ac + 3ecb175 commit d154f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectivizr.js
Expand Up @@ -70,7 +70,7 @@ References:
// Stylesheet parsing regexp's
var RE_COMMENT = /(\/\*[^*]*\*+([^\/][^*]*\*+)*\/)\s*/g;
var RE_IMPORT = /@import\s*(?:(?:(?:url\(\s*(['"]?)(.*)\1)\s*\))|(?:(['"])(.*)\3))[^;]*;/g;
var RE_ASSET_URL = /\burl\(\s*(["']?)([^"')]+)\1\s*\)/g;
var RE_ASSET_URL = /\burl\(\s*(["']?)(?!data:)([^"')]+)\1\s*\)/g;
var RE_PSEUDO_STRUCTURAL = /^:(empty|(first|last|only|nth(-last)?)-(child|of-type))$/;
var RE_PSEUDO_ELEMENTS = /:(:first-(?:line|letter))/g;
var RE_SELECTOR_GROUP = /(^|})\s*([^\{]*?[\[:][^{]+)/g;
Expand Down

0 comments on commit d154f13

Please sign in to comment.