Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import './component.scss';
  2.  
  3. export class Component {
  4. ...
  5.  
  6. .component {
  7. background: #663399
  8. }
  9.  
  10. ...
  11.  
  12. my-magic-import `
  13. .component {
  14. background: #663399
  15. }
  16. `
  17.  
  18. export class Component {
  19. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement