Tôi muốn xóa tất cả CSS tự động khỏi chủ đề ổn định :
/core/themes/stable/css/system/components/*Tôi có thể xóa từng cái một trong .info.ymltệp:
stylesheets-remove:
  - 'core/themes/stable/css/system/components/ajax-progress.module.css'
  - 'core/themes/stable/css/system/components/autocomplete-loading.module.css'
  - ...Có cách nào để loại bỏ tất cả chúng cùng một lúc?
Cái gì đó như:
stylesheets-remove:
  - 'core/themes/stable/css/system/components/*'