pug-bootstrap / PUG-Bootstrap

Bootstrap framework written completely using mixins in Pug
http://pug-bootstrap.github.io/PUG-Bootstrap/
MIT License
226 stars 73 forks source link

Indentation Error for JADE #13

Closed 24X7 closed 7 years ago

24X7 commented 8 years ago

@rajasegar - I did an NPM install just two days ago. I am seeing the error below:

node_modules/jade-bootstrap/components/forms.jade:20 18| //- Checkbox - Inline style 19| mixin checkbox-inline(text,name,id) > 20| .checkbox-inline 21| input(type="checkbox",name="#{name}",id="#{id}") 22| = text 23| Invalid indentation, you can use tabs or spaces but not both

My pug template is just extending _bootstrap.

rajasegar commented 8 years ago

Fixed in this https://github.com/rajasegar/JADE-Bootstrap/commit/436c49a9b7d36da17048e732c59e4ddfde217437