Skip to content

Commit

Permalink
chore(build): do not re-export properties-panel.css
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Aug 24, 2023
1 parent 52ae8e1 commit c08c3df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default [
plugins: pgl([
copy({
targets: [
{ src: 'node_modules/@bpmn-io/properties-panel/assets/**/*.css', dest: 'dist/assets' },
{ src: 'assets/*.css', dest: 'dist/assets' }
]
})
Expand Down
9 changes: 0 additions & 9 deletions test/distro/distroSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ describe('modules', function() {

});


describe('assets', function() {


it('should expose properties panel styles', verifyExists('assets/properties-panel.css'));


});

function verifyExists(relativePath) {
return function() {

Expand Down

0 comments on commit c08c3df

Please sign in to comment.