iTimeTraveler / hexo-theme-hipaper

A fashional newspaper theme for Hexo.
https://itimetraveler.github.io/hexo-theme-hipaper/
MIT License
254 stars 75 forks source link

生成出错:unexpected "outdent" #25

Open geanv opened 6 years ago

geanv commented 6 years ago

无法生成,有语法错。

ERROR Asset render failed: css/style.css
ParseError: /var/www/hexo/themes/hipaper/source/css/style.styl:65
   61|       transition: transform .2s;
   62|       -webkit-transform-origin: 50% 0;
   63|       -moz-transform-origin: 50% 0;
   64|       transform-origin: 50% 0; }
 > 65|   #rocket:hover {
   66|     background-position: 50% -62px; }
   67|     #rocket:hover i {
   68|       background-position: 50% 100%;

unexpected "outdent"

    at Parser.error (/var/www/hexo/node_modules/stylus/lib/parser.js:255:11)