D
D
Dmitry Klimantovich2018-07-17 16:55:27
Bootstrap
Dmitry Klimantovich, 2018-07-17 16:55:27

How to include Bootstrap 4 sources in Sublime text 3 not from the same folder as the file that includes it?

The usual connection of Bootstrap 4 sources goes through , but the file where bootstrap is called must be in the same folder. But how to make a call from another folder at all, so as not to produce copies of the source files on the disk? @import "bootstrap";

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rikcon, 2018-07-17
@dikey58

@import "../../bootstrap";
../ - go to the folder above, there is already a path for you to edit as you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question