Y
Y
Yaroslav IKARUS2015-04-27 11:24:46
Sass
Yaroslav IKARUS, 2015-04-27 11:24:46

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";

But it throws an error
Error: File to import not found or unreadable: bootstrap-sprockets

As far as I understand, you first need to install this case on the prepros itself, or something like that. But I don't understand exactly how it's done.
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alex Japson, 2015-08-25
@bonuce

it works for me like this

@import "_bootstrap-compass.less";
@import "_bootstrap.less";

if you need to include css that somehow break or don't let you compile, then try this
@import(css) "_bootstrap.css";

Y
Yaroslav IKARUS, 2015-09-17
@yar-ikarus

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 question

Ask a Question

731 491 924 answers to any question