[Research] OUI usage audit in the tile_map
plugin
#4109
Labels
OUI compliance
Issues and PRs to maximize OUI usage and remove style and component hacks
OUI
Issues that require migration to OUI
Audit
Looking in the
tile_map
plugin, there are only 2 Sass files. They aresrc/plugins/tile_map/public/_tile_map.scss
andsrc/plugins/tile_map/public/index.scss
.index.scss
just imports_tile_map.scss
._tile_map.scss
defines 2 classes:Neither of these classes are actually used anywhere. Commenting them out doesn't change the visual appearance of the visualization at all. Additionally, the
className
prop isn't used anywhere in thetile_map
plugin.Conclusion
Both of the Sass files can be removed safely.
The text was updated successfully, but these errors were encountered: