In Drupal 8, you can easily remove stylesheets added by core, other modules or themes from your custom theme.

Simply add the following lines to your THEMENAME.info.yml file

1
2
3
stylesheets-remove:
  - system.theme.css
  - name-of-another-stylesheet.css