Assuming you are using NPM to pull in tabulator as a dependency you simply need to use an import statement in one of your files to pull in the Tabulator CSS that is compiled in the dist folder, you shouldn't need to pull in the SCSS directly at all:
@import "~tabulator-tables/dist/css/tabulator.css";
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…