Hello,
Sorry for stupid question but how do I override .react-grid-item.react-grid-placeholder ?
I do
import 'react-grid-layout/css/styles.css';
import 'react-resizable/css/styles.css';
But haven't find a way to override it.
Thx,
F
import 'react-grid-layout/css/styles.css';
import 'react-resizable/css/styles.css';
import './overridden-placeholder.css';
Content of overridden-placeholder.css:
.react-grid-item.react-grid-placeholder {
background-color: lime;
}
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 7 days
@onsta @fsalamida im getting in the command-line "Module not found: Error: Can't resolve './overridden-placeholder.css' in ... (my file name and path)" can you help on this?
Most helpful comment
Content of overridden-placeholder.css: