diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/package.json | 1 | ||||
| -rw-r--r-- | frontend/public/index.html | 2 | ||||
| -rw-r--r-- | frontend/src/index.sass | 2 | ||||
| -rw-r--r-- | frontend/yarn.lock | 5 |
4 files changed, 8 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index 655d9457..bb190954 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,6 +19,7 @@ "proxy": "http://localhost:8082", "dependencies": { "approximate-number": "~2.0.0", + "bootstrap": "4.5.3", "classnames": "~2.2.5", "husky": "~4.2.5", "konva": "~6.0.0", diff --git a/frontend/public/index.html b/frontend/public/index.html index 8b32aec6..44a0d80f 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -37,8 +37,6 @@ <meta name="google-site-verification" content="YIR4LkQTv6WmOdWv8MkeiUKni-0Yu3WHylLp4VvUMig"/> <!-- CDN dependencies --> - <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" - integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> <script src="https://use.fontawesome.com/ece66a2e7c.js"></script> diff --git a/frontend/src/index.sass b/frontend/src/index.sass index efb2bed5..a78f7a19 100644 --- a/frontend/src/index.sass +++ b/frontend/src/index.sass @@ -1,3 +1,5 @@ +@import "~bootstrap/scss/bootstrap" + @import ./style-globals/_mixins.sass @import ./style-globals/_variables.sass diff --git a/frontend/yarn.lock b/frontend/yarn.lock index e8563f8d..b77c38f6 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2519,6 +2519,11 @@ boolbase@^1.0.0, boolbase@~1.0.0: resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= +bootstrap@4.5.3: + version "4.5.3" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6" + integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ== + brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" |
