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

add-on.css file does not exist #137

Open
rabbitfang opened this issue Apr 12, 2018 · 2 comments
Open

add-on.css file does not exist #137

rabbitfang opened this issue Apr 12, 2018 · 2 comments

Comments

@rabbitfang
Copy link

An add-on.css file is referenced in layout/partials/header.html, but this file does not exist in the static/css directory. The line should be removed so the browser doesn't make an unnecessary request.

<link rel="stylesheet" href="{{ "css/add-on.css" | relURL }}">

@pacollins
Copy link
Collaborator

pacollins commented Apr 14, 2018

File should exist, we might have missed it in creating the example site.

Thanks for reporting this. I am actually doubling back over the entire theme to re-base the code to be more semantic and less cluttered (in addition to utilizing CSS Grid for a more responsive layout). This is on the list.

🥂

@daberg2
Copy link

daberg2 commented Dec 2, 2018

On my current setup, the add-on.css is located in exampleSite/static/css.
Hope this helps.

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

3 participants