maxmx / bootstrap-stylus

Port of Bootstrap to Stylus
MIT License
585 stars 113 forks source link

Index.sty failed to locate imports #131

Closed nmitic closed 7 years ago

nmitic commented 7 years ago

Index.sty needs to be moved one level up or to remove "bootstrap" from every line in index.styl.

Example:

@import "bootstrap/variables"

need to be changed to:

@import "variables"

or just move index.sty one level up. Otherwise all import fails.

nmitic commented 7 years ago

Closing duplicate.