Answer the question
In order to leave comments, you need to log in
How to connect bootstrap to prepros?
Can you please explain how to connect bootstrap to prepros in a normal way? I could not find any adequate information about this on the Internet.
In the official documentation they write that this type is connected like this:
@import "bootstrap-compass";
@import "bootstrap";
Error: File to import not found or unreadable: bootstrap-sprockets
Answer the question
In order to leave comments, you need to log in
it works for me like this
@import "_bootstrap-compass.less";
@import "_bootstrap.less";
@import(css) "_bootstrap.css";
Thank the Gods, I seem to be closer to solving this riddle!
In short, I came across such a folder in the Prepros files.
I have not tested it yet, but apparently you just need to upload the bootstrap files downloaded from the official site there and it will work.
Later, when I have time, I will test this case.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question