maxmx / bootstrap-stylus

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

Why imported paths have "bootstrap" folder? #115

Closed neysimoes closed 8 years ago

neysimoes commented 8 years ago

The import files are not found, because don't exists bootstrap folder inside bootstrap folder.

captura de tela 2016-01-29 as 12 28 29
neysimoes commented 8 years ago

:+1: https://github.com/maxmx/bootstrap-stylus/pull/116

maxmx commented 8 years ago

Please read all of this

https://github.com/maxmx/bootstrap-stylus/issues/72 and this https://github.com/maxmx/bootstrap-stylus/pull/81

to fully understand why these folders are there, the includePaths option in stylus fixes that.

maxmx commented 8 years ago

You can use a pre 4.0 version of this package if you want it working the old way it.

We'll address the paths in a less confusing manner when we convert bootstrap 4

neysimoes commented 8 years ago

I understand now. Thx! :+1: