Skip to content

Commit

Permalink
Bootstrap 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison committed Sep 1, 2022
1 parent 7c9c620 commit a260610
Show file tree
Hide file tree
Showing 11 changed files with 320 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/scss/frontend.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "~bootstrap/scss/bootstrap";
@import "~bootstrap/dist/css/bootstrap.css";
18 changes: 17 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@babel/preset-env": "^7.16",
"@symfony/webpack-encore": "^3.0",
"autoprefixer": "^10.4",
"bootstrap": "^3.4",
"eslint": "^8.8",
"eslint-config-airbnb-base": "^15.0",
"eslint-config-prettier": "^8.3",
Expand Down
5 changes: 5 additions & 0 deletions src/Resources/public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"js": [
"./app.js"
]
},
"frontend": {
"css": [
"./frontend.css"
]
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions src/Resources/public/frontend.css

Large diffs are not rendered by default.

288 changes: 288 additions & 0 deletions src/Resources/public/images/glyphicons-halflings-regular.060b2710.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/Resources/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"bundles/sonatapage/app.css": "./app.css",
"bundles/sonatapage/app.js": "./app.js"
"bundles/sonatapage/app.js": "./app.js",
"bundles/sonatapage/frontend.css": "./frontend.css",
"bundles/sonatapage/images/glyphicons-halflings-regular.svg": "./images/glyphicons-halflings-regular.060b2710.svg",
"bundles/sonatapage/fonts/glyphicons-halflings-regular.ttf": "./fonts/glyphicons-halflings-regular.4692b9ec.ttf",
"bundles/sonatapage/fonts/glyphicons-halflings-regular.woff": "./fonts/glyphicons-halflings-regular.82b1212e.woff",
"bundles/sonatapage/fonts/glyphicons-halflings-regular.eot": "./fonts/glyphicons-halflings-regular.5be1347c.eot",
"bundles/sonatapage/fonts/glyphicons-halflings-regular.woff2": "./fonts/glyphicons-halflings-regular.be810be3.woff2"
}

0 comments on commit a260610

Please sign in to comment.