Skip to content

Commit

Permalink
use bulma via npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Aug 28, 2022
1 parent 406e5d7 commit 2673897
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11,820 deletions.
19 changes: 14 additions & 5 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"@types/clusterize.js": "^0.18.1",
"@types/d3": "^7.1.0",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.181",
"@types/sprintf-js": "^1.1.2",
"@types/clusterize.js": "^0.18.1",
"clusterize.js": "^0.19.0",
"d3": "^7.4.0",
"d3-svg-legend": "^2.25.6",
Expand All @@ -13,7 +13,8 @@
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"sprintf-js": "^1.1.2",
"tippy.js": "^6.3.7"
"tippy.js": "^6.3.7",
"bulma": "^0.9.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.22.0",
Expand Down
2 changes: 2 additions & 0 deletions web/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// css

import "clusterize.js/clusterize.css";
import "bulma/css/bulma.css";
import "../static/styles/custom.css";

import { followCursor, Instance, delegate } from "tippy.js";
import dayjs from "dayjs";
Expand Down
2 changes: 0 additions & 2 deletions web/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="static/styles/bulma-0.9.3.css">
<link rel="stylesheet" href="static/styles/custom.css" type="text/css"/>
<link rel="stylesheet" href="static/dist.css" type="text/css"/>
<title>₹ Paisa</title>
</head>
Expand Down
Loading

0 comments on commit 2673897

Please sign in to comment.