You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): exclusion of table component when tab is active
If there is still a table.css present in dist/components, it will be included in semantic.css.
This is caused by a collision in the globbing mechanism: 'tab' is included in the word 'table', so table.css is included in the package task.
Fixes#2118
0 commit comments