diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-11-13 14:48:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-13 14:48:40 +0000 |
| commit | 183cfa96910ebb74c668dea7ef98071966f8fcb9 (patch) | |
| tree | b3e42d26a6e35868fcdbcfbec89142a8f05c7a78 /opendc-web/opendc-web-ui/src/components/topologies/map/controls/Collapse.js | |
| parent | 085b51c720e2a106e7ac71e3c8595d3bf0dd0aa3 (diff) | |
| parent | 09a11e1d55246bfeea08c16689b966d6ae437ef5 (diff) | |
merge: Remove use of Sass (#116)
This pull request removes the dependency on Sass for the OpenDC web UI, by converting
the existing Sass files into CSS. With the recent updates of CSS, we have no use-case for
Sass anymore and sticking to CSS reduces the build infrastructure necessary.
## Implementation Notes :hammer_and_pick:
* Drop dependency on Sass
* Update web dependencies to latest version
Diffstat (limited to 'opendc-web/opendc-web-ui/src/components/topologies/map/controls/Collapse.js')
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/topologies/map/controls/Collapse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-ui/src/components/topologies/map/controls/Collapse.js b/opendc-web/opendc-web-ui/src/components/topologies/map/controls/Collapse.js index f54b7c84..931ded94 100644 --- a/opendc-web/opendc-web-ui/src/components/topologies/map/controls/Collapse.js +++ b/opendc-web/opendc-web-ui/src/components/topologies/map/controls/Collapse.js @@ -22,7 +22,7 @@ import PropTypes from 'prop-types' import { ChevronLeftIcon } from '@patternfly/react-icons' -import { collapseContainer } from './Collapse.module.scss' +import { collapseContainer } from './Collapse.module.css' import { Button } from '@patternfly/react-core' function Collapse({ onClick }) { |
