IgniteUI / igniteui-react-examples

samples browser app and individual samples on how to use Ignite UI for React components
https://infragistics.com/react-demos/samples
11 stars 6 forks source link

React Grid examples don't add the CSS content in the samples metadata jsons #460

Open ChronosSF opened 6 months ago

ChronosSF commented 6 months ago

When the jsons for the code viewer metadata are created they all have this for the css file:

 {
  "hasRelativeAssetsUrls": false,
  "path": "../samples/grids/grid/binding-nested-data-1/src/index.css",
  "content": "/* shared styles are loaded from: */\r\n/* https://static.infragistics.com/xplatform/css/samples */\r\n",
  "isMain": true,
  "fileExtension": "css",
  "fileHeader": "css"
 }

Instead the content should be properly obtained from the samples' css files.