Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public assets application.scss does not import print.css correctly #3059

Open
kloor opened this issue Oct 9, 2023 · 0 comments
Open

Public assets application.scss does not import print.css correctly #3059

kloor opened this issue Oct 9, 2023 · 0 comments

Comments

@kloor
Copy link

kloor commented Oct 9, 2023

In the packaged zip file of ArchivesSpace v3.4.1, the compiled assets/application-02d1eb57938469307edbcf2cb1dd2b1c8a8aa4c18303b998e1831119d70913fc.css file for the public UI begins with:
@import url(archivesspace/print.css);

That URL is not served by the public UI and the file does not exist within the zip file. Looking at the application.scss file it appears that print.css is intended to be imported by the preprocessor like several SCSS files. I'm guessing because it is just a CSS file, that the preprocessor is ignoring it. Perhaps the simplest fix would be to rename print.css to print.scss and update the import?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant