Skip to content

Commit

Permalink
[ADD] build: Introduce SCSS support
Browse files Browse the repository at this point in the history
This commit adds the mecanics required to support scss files in the lib.

Co-Authored-by: Lucas Lefèvre <[email protected]>
  • Loading branch information
rrahir and LucasLefevre committed Jan 21, 2025
1 parent 4240bc5 commit 3b64687
Show file tree
Hide file tree
Showing 13 changed files with 1,142 additions and 61 deletions.
9 changes: 5 additions & 4 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" type="image/png" href="./favicon.png" />
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="../build/o_spreadsheet.css" />
<link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.min.css" />
<script src="../node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<title>O-spreadsheet Dev</title>
</head>
<body>
Expand All @@ -15,9 +20,5 @@
<script src="../node_modules/chartjs-adapter-luxon/dist/chartjs-adapter-luxon.umd.js"></script>
<script src="../build/o_spreadsheet.iife.js"></script>
<script src="main.js" type="module"></script>
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.min.css" />
<script src="../node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>
Loading

0 comments on commit 3b64687

Please sign in to comment.