By noopal on
Hi
I have created a module and attached a library following this page here
https://www.drupal.org/docs/creating-custom-modules/adding-stylesheets-c...
My library is loaded but the themes css has priority over modules css.
I have tried setting
css:
base:
css/mycss.css: {}
which should reset the css styling
base: CSS reset/normalize plus HTML element styling. Key assigns a weight of CSS_BASE = -200
This hasnt helped.
Is there any other way to change the css.
Thanks