Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1719 from HospitalRun/fix/themeing
Browse files Browse the repository at this point in the history
fix(scss): import scss from components library
  • Loading branch information
matteovivona authored Jan 11, 2020
2 parents 4ede163 + 73abe40 commit 265d1ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": false,
"license": "MIT",
"dependencies": {
"@hospitalrun/components": "^0.30.0",
"@hospitalrun/components": "^0.30.1",
"@reduxjs/toolkit": "~1.2.1",
"@semantic-release/changelog": "~3.0.4",
"@semantic-release/git": "~7.0.16",
Expand All @@ -16,6 +16,7 @@
"i18next": "^19.0.1",
"i18next-browser-languagedetector": "^4.0.1",
"i18next-xhr-backend": "^3.2.2",
"node-sass": "^4.13.0",
"pouchdb": "~7.1.1",
"pouchdb-adapter-memory": "^7.1.1",
"pouchdb-find": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import ReactDOM from 'react-dom'
import 'bootstrap/dist/css/bootstrap.min.css'
import '@hospitalrun/components/scss/main.scss'
import './index.css'
import App from './App'
import * as serviceWorker from './serviceWorker'
Expand Down

1 comment on commit 265d1ec

@vercel
Copy link

@vercel vercel bot commented on 265d1ec Jan 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.