css_weights.libraries.yml

Same filename in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml
  2. 10 core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml
  3. 11.x core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml
core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml

File

core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml

View source
  1. example:
  2. css:
  3. theme:
  4. css/theme__no_weight.css: {}
  5. css/theme__weight.css:
  6. weight: 29
  7. base:
  8. css/base__no_weight.css: {}
  9. css/base__weight.css:
  10. weight: 97
  11. layout:
  12. css/layout__no_weight.css: {}
  13. css/layout__weight.css:
  14. weight: 92
  15. component:
  16. css/component__no_weight.css: {}
  17. css/component__weight.css:
  18. weight: 45
  19. state:
  20. css/state__no_weight.css: {}
  21. css/state__weight.css:
  22. weight: 8

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.