Advertisement
Guest User

bug-hyper

a guest
Jul 23rd, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. Running "stylus:compile" (stylus) task
  2. >> TypeError: src/styl/regulamento.styl:9
  3. >>     5|   .titulo
  4. >>     6|       position absolute
  5. >>     7|       right 20px
  6. >>     8|       top -120px
  7. >>  >  9|       background url(../img/regulamento-da-promocao.png) top center no-repeat
  8. >>    10|       padding 80px 150px 0
  9. >>    11|       p
  10. >>    12|           color #b5d3e1
  11. >>
  12. >> Cannot read property 'nodes' of undefined
  13. >>     at ".titulo" (src/styl/regulamento.styl:6)
  14. >>     at ".regulamento" (src/styl/regulamento.styl:4)
  15. Warning: Stylus failed to compile. Use --force to continue.
  16.  
  17. Aborted due to warnings.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement