You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those imports become broken when using the gem because gem has different directory structure and imports breaking all packages that relay on it. This gem is using a different dir structure and imports like:
This can be fixed by adding a symlink or ideally follow original directory structure of bootstrap package.
The text was updated successfully, but these errors were encountered:
bogdan
changed the title
[Bug] Directory structure difference between original bootstrap package an gem
[Bug] Directory structure difference between original bootstrap package and gem
Sep 9, 2024
I am looking to use some vendor code that imports individual CSS modules from bootstrap package.
It does it like so:
Countless examples: https://github.com/search?q=import+bootstrap%2Fscss%2Ffunctions&type=code
Those imports become broken when using the gem because gem has different directory structure and imports breaking all packages that relay on it. This gem is using a different dir structure and imports like:
https://github.com/twbs/bootstrap-rubygem/blob/main/assets/stylesheets/_bootstrap.scss#L7C1-L9C36
This can be fixed by adding a symlink or ideally follow original directory structure of
bootstrap
package.The text was updated successfully, but these errors were encountered: