Skip to content

Instantly share code, notes, and snippets.

@pavelz
Created December 14, 2016 21:53
Show Gist options
  • Save pavelz/b5272269ea395508c03819b75d8d3e20 to your computer and use it in GitHub Desktop.
Save pavelz/b5272269ea395508c03819b75d8d3e20 to your computer and use it in GitHub Desktop.
// Header home
.header-site
@extends $bg
li
margin 0
list-style-type none
.person
img
size(130, 130)
border-radius 100%
margin 80px auto
display block
@alextes
Copy link

alextes commented Dec 14, 2016

ParseError: expected "indent", got "eos"
    at Parser.error (/Users/alexander/code/js-notepad/node_modules/stylus/lib/parser.js:259:11)
    at Parser.expect (/Users/alexander/code/js-notepad/node_modules/stylus/lib/parser.js:287:12)
    at Parser.block (/Users/alexander/code/js-notepad/node_modules/stylus/lib/parser.js:845:12)
    at Parser.selector (/Users/alexander/code/js-notepad/node_modules/stylus/lib/parser.js:1555:24)
    at Parser.ident (/Users/alexander/code/js-notepad/node_modules/stylus/lib/parser.js:1446:25)
    at Parser.stmt (/Users/alexander/code/js-notepad/node_modules/stylus/lib/parser.js:778:26)
    at Parser.statement (/Users/alexander/code/js-notepad/node_modules/stylus/lib/parser.js:685:21)
    at Parser.parse (/Users/alexander/code/js-notepad/node_modules/stylus/lib/parser.js:236:25)
    at Renderer.render (/Users/alexander/code/js-notepad/node_modules/stylus/lib/renderer.js:80:22)
    at /Users/alexander/code/js-notepad/node_modules/stylus/bin/stylus:655:15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment