I’m using ag-grid with Vue 2. I’m upgrading the version of ag-grid from 24 (ish) to 29.0.0. I have ag-grid installed with npm. With version 24 the project imported the styles sheets from the node modules.
According to their site: https://www.ag-grid.com/javascript-data-grid/themes/ the path of the css has been updated and the old path is no longer available for version 29.0.0. It’s changed from within a subfolder dist in the node modules to just being in a styles folder within the node package.
I don’t see any styles folder in my @ag-grid-community folder. And I can’t find any .css files in there to link to when I just do a search within the @ag-grid-community node package.
Is there some way that I should be generating these files? Should I be importing the CSS in a different way as of version 29.0.0?