cusbg / prankweb

Web application for protein-ligand binding sites analysis and visualization
https://prankweb.cz
Apache License 2.0
7 stars 3 forks source link

Added Bootstrap imports #130

Closed luk27official closed 1 year ago

luk27official commented 1 year ago

The Bootstrap JS imports were missing. So, this change should close #119, it worked for me.

skodapetr commented 1 year ago

Can't we remove the import "../bootstrap.scss"; ? Also please change from single to double quotes.

luk27official commented 1 year ago

Can't we remove the import "../bootstrap.scss"; ?

No, I've tried commenting the line and the styles did not load at all. The documentation indicates that import "bootstrap"; only imports the JS libraries.

Quotes changed.