/** * @file * This file is to add any custom js for the drupal8 w3css sub-theme. */ (function ($) { 'use strict'; Drupal.behaviors.d8w3cssSubthemeBehavior = { // Perform jQuery as normal in here. }; })(jQuery);