Problem/Motivation

Multiple issues with the actual theme on the website

Steps to reproduce

Proposed resolution

Comment the line:

form.we-mega-menu-frontend:
version: 1.0
css:
theme:
#assets/includes/bootstrap/css/bootstrap.min.css: {}#
assets/css/we_megamenu_backend.css: {}
js:
assets/js/we_mobile_menu.js: {}
assets/js/we_megamenu_frontend.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
- core/once

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

amarshallking created an issue. See original summary.

divyansh.gupta’s picture

Assigned: Unassigned » divyansh.gupta

divyansh.gupta’s picture

Assigned: divyansh.gupta » Unassigned
Status: Active » Needs review

I have made changes to remove dependency on bootstrap and it is not showing any error on my local site after removing it.
Please review.

dinh bao tran’s picture

Status: Needs review » Closed (works as designed)

The IS mentions "Multiple issues" but nothing is specified.

Also the module is currently using bootstrap in various place, for example we_megamenu.js, a simple dependency removal will not suffice.

Closing this as Works as designed.