bootstrap4-toggle icon indicating copy to clipboard operation
bootstrap4-toggle copied to clipboard

npm - missing css, only min.css exists

Open subdesign opened this issue 4 years ago • 1 comments

I installed the package through npm, but in the 3.6.1 version the bootstrap4-toggle.css is missing From the package-lock.json:

wget https://registry.npmjs.org/bootstrap4-toggle/-/bootstrap4-toggle-3.6.1.tgz

x package/package.json
x package/CHANGELOG.md
x package/LICENSE
x package/README.md
x package/css/bootstrap4-toggle.min.css
x package/js/bootstrap4-toggle.min.js

any idea why? on github this file exists: https://github.com/gitbrent/bootstrap4-toggle/blob/master/css/bootstrap4-toggle.css

thanks

EDIT: I install this on Mac, my coworkers use linux, after they install the package they have the unminified css file in the node_modules folder..

subdesign avatar Mar 25 '20 10:03 subdesign

I have this very same issue. Source shows that it should be available though, but it's not thru npm. @gitbrent

Valkyrurr avatar Jun 09 '20 13:06 Valkyrurr