mirror of https://github.com/twbs/bootstrap.git
Update path to `@popperjs/core` in parcel.md
-│ └── popper.js/ +│ └── @popperjs/ +| └── core/
This commit is contained in:
parent
7745730e41
commit
207ddbee49
|
|
@ -23,7 +23,8 @@ project-name/
|
||||||
├── build/
|
├── build/
|
||||||
├── node_modules/
|
├── node_modules/
|
||||||
│ └── bootstrap/
|
│ └── bootstrap/
|
||||||
│ └── popper.js/
|
│ └── @popperjs/
|
||||||
|
| └── core/
|
||||||
├── scss/
|
├── scss/
|
||||||
│ └── custom.scss
|
│ └── custom.scss
|
||||||
├── src/
|
├── src/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue