Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Plugin / Provider / ProviderBase.php
index 385c11017764f8701ccd212a75de69e8ef76d704..c8b3032336bf886689044dd4cfa365d343372b10 100644 (file)
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Plugin\Provider\ProviderBase.
- */
 
 namespace Drupal\bootstrap\Plugin\Provider;
 
@@ -74,7 +70,6 @@ class ProviderBase extends PluginBase implements ProviderInterface {
         $data = [
           'data' => $asset,
           'type' => 'external',
-          'weight' => -19.999,
         ];
         // CSS library assets use "SMACSS" categorization, assign it to "base".
         if ($type === 'css') {