LESS importing CSS and relative paths

后端 未结 4 597
别跟我提以往
别跟我提以往 2021-01-03 23:25

I am using LESS to organize and import all my CSS files. I am also using Twitter Bootstrap which I integrated inside my style.less. It works fine like below however when I u

4条回答
  •  时光取名叫无心
    2021-01-04 00:02

    i just had this problem and solved it. the solution is to prepend ../ to the path of the style sheet that you want to import until it finds it. look here :

    then i added ../ multiple times until i escaped to the wanted directory and it worked

提交回复
热议问题