Closed vugar005 closed 6 years ago
Can try putting it before your scr/styles.scss
?
{
styles: [
"./node_modules/ngx-lightbox/lightbox.css",
"src/styles.scss"
]
}
@themyth92 Thanks so much it worked!
Ok, glad it is solved. Close this issue for now !
Hi . I am trying to import styles for lightbox.css. In angular.json:
But the styles are no imported so the modal is not shown. But strange is when I import styles from lightbox.css to styles.scss it works. Other styles such as bootstrap and animate works. Also removed bootstrap and animate. still does not solve.
It is so strange. Anyone has idea what is wrong ? thanks