Skip to content
Snippets Groups Projects
Commit 69a1005e authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon: Committed by Reiter, Christoph
Browse files

Remove BULMA.CSS from dependencies

parent 55edfcdc
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@
"vpu-common": "file:./vendor/common"
},
"dependencies": {
"bulma": "^0.7.5",
"@webcomponents/webcomponentsjs": "^2.2.10",
"datatables.net-dt": "^1.10.19",
"datatables.net-responsive": "^2.2.3",
......
......@@ -51,15 +51,6 @@ export default {
include: 'node_modules/**'
}),
json(),
url({ // TODO: remove when last dependency for BULMA is deleted
limit: 0,
include: [
"node_modules/bulma/**/*.css",
"node_modules/bulma/**/*.sass",
],
emitFiles: true,
fileName: 'shared/[name].[hash][extname]'
}),
(build !== 'local' && build !== 'test') ? terser() : false,
copy({
targets: [
......
import 'vpu-auth';
import './vpu-data-table-view.js';
import {i18n} from './i18n';
import {html, LitElement} from 'lit-element';
import {html, css, LitElement} from 'lit-element';
import * as commonUtils from 'vpu-common/utils';
class DataTableViewDemo extends LitElement {
......@@ -102,6 +102,13 @@ class DataTableViewDemo extends LitElement {
`;
}
static get styles() {
// language=css
return css`
${commonUtils.getThemeCSS()}
`;
}
render() {
commonUtils.initAssetBaseURL('vpu-data-table-view-src');
return html`
......
auth @ d44942d3
Subproject commit 92e03789cf5e4dd5c5626a48b3e7cb8cd2c99fea
Subproject commit d44942d38cd23a6add2768f1410d04a173d42b76
common @ 9c187eb6
Subproject commit 892548cb2343fd74dc4d7c49c52983602b773f13
Subproject commit 9c187eb63c2f91449bb7caeb04f0ba9cb9875493
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment