Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. const css = `
  2. .someClass
  3. {
  4. background-color : black;
  5. color: white;
  6. }
  7. `;
  8.  
  9. const myStyleSheet = new CSSStyleSheet();
  10. myStyleSheet.replace(css);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement