Kjell Morgenstern

Joined

410 Experience
4 Lessons Completed
0 Questions Solved

Activity

Posted in How do I install bootstrap-v4 via yarn?

Importing css is deprecated, so the line
@import '~bootstrap/dist/css/bootstrap'
 leads to a warning, and apparently in most recent versions already is an error. See https://github.com/sass/node-sass/issues/2362 .

How should bootstrap be included instead of using @import ?