I got this error:
Compiled successfully.
2 rules skipped due to selector errors:
styles.css
legend + * -> Cannot read properties of undefined (reading 'type')
.table > > > * -> Did not expect successive traversals.
Now I want to just remove these lines of code, but the build regenerates them to the styles.css file.
I'm currently using "version": "8.1.6",
Hi Alamin,
To modify the styling of your project, please navigate to the demo1/src/assets/sass directory. Please note that the styles.css file in this directory is a generated file and should not be edited directly. Any changes made to this file will be overwritten when the assets are regenerated.
Thanks