Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. const validProps = new Set(['background', 'background-image', 'content'])
  2. // ...
  3. if (!value || !validProps.has(node.prop) || !CONTAINS_ASSET_URL.test(value)) {
  4. return;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement