load bootstrap scss in compilation

This commit is contained in:
Mathieu Jaumotte
2022-11-07 15:00:41 +01:00
parent 52975f8b81
commit 9217d88792
6 changed files with 70 additions and 4 deletions

View File

@@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../scss/custom.scss">
<link rel="stylesheet" href="../scss/styles.scss">
</head>
<body>
<button type="button" name="button" class="btn btn-primary btn-lg">
hello marcelo
<button type="button" name="button" class="btn btn-primary btn-lg m-4">
hello Marcel
</button>
<div class="coucou">

View File

@@ -1,3 +1,5 @@
//require('bootstrap/scss/bootstrap.scss');
// Import all plugins
import * as bootstrap from 'bootstrap';