An open API service indexing awesome lists of open source software.

https://github.com/heimrichhannot/bootstrap

Shim repository for Bootstrap 4
https://github.com/heimrichhannot/bootstrap

Last synced: 4 months ago
JSON representation

Shim repository for Bootstrap 4

Awesome Lists containing this project

README

          

# Bootstrap 4 contao component

If you have problems with symlinking the twbs/bootstrap dependency, simply add the following `post-update-cmd` to your project `composer.json`.

```
"scripts": {
"post-update-cmd": [
"ln -snf ../vendor/twbs/bootstrap/ assets/bootstrap"
]
}
```