Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
Add 22.1: Leveraging Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 7, 2020
1 parent a748c7a commit 48a832b
Show file tree
Hide file tree
Showing 5 changed files with 7,035 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion assets/js/app.js
Expand Up @@ -6,7 +6,7 @@
*/

// any CSS you require will output into a single css file (app.css in this case)
require('../css/app.css');
import '../css/app.scss';

// Need jQuery? Install it with "yarn add jquery", then uncomment to require it.
// const $ = require('jquery');
Expand Down
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -2,7 +2,9 @@
"devDependencies": {
"@symfony/webpack-encore": "^0.28.2",
"core-js": "^3.0.0",
"node-sass": "^4.13.0",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^7.0.1",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -54,7 +54,7 @@ Encore
})

// enables Sass/SCSS support
//.enableSassLoader()
.enableSassLoader()

// uncomment if you use TypeScript
//.enableTypeScriptLoader()
Expand Down

0 comments on commit 48a832b

Please sign in to comment.