import *name* from '*path*'
. В твоем случае стили бутстрапа (css импортируются немного по-другому) import 'bootstrap/dist/bootstrap.min.css'
(как-то так).paragraph {
height: 100%;
max-height: 35px;
overflow: hidden;
transition: .5s;
}
.paragraph_all {
max-height: 500px;
transition: .5s;
}
We can't transition height, but we can transition max-height...
const response = await fetch(apiUrl) // вернёт сразу значение response (тот самый PromiseValue)