Skip to content

Commit

Permalink
Use diplanung-style only for diplan-ui to not interfere with vuetify
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Mar 5, 2025
1 parent e3cbafd commit 349dbb0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions packages/clients/diplan/example/diplan-ui/setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* eslint-disable max-lines-per-function */

import 'diplanung-style/src/scss/main'

const geoJSON = {
type: 'FeatureCollection',
features: [
Expand Down
2 changes: 0 additions & 2 deletions packages/clients/diplan/src/polar-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import Toast from '@polar/plugin-toast'
import Zoom from '@polar/plugin-zoom'
import merge from 'lodash.merge'

import 'diplanung-style/src/scss/main'

import packageInfo from '../package.json'
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore | intentional, file is created precompilation (not versioned)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,3 @@ export default Vue.extend({
},
})
</script>

<style lang="scss">
@media (min-width: 1200px) {
.container {
padding: 0;
}
}
</style>

0 comments on commit 349dbb0

Please sign in to comment.