pixlsus / website

The PIXLS.US website

Home Page:https://pixls.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge `index2.css` into another file.

paperdigits opened this issue · comments

commented

/src/index2.css looks redundant in the same way that /src/index2.html looked redundant, but index2.css and index.css were different enough that I didn't know how to merge them.

Additionally, index2.css is called by /templates/index2-coming-soon.hbt so it possibly being loaded into other pages as well.

I think that's the only place it's called is in /templates/index2-coming-soon.hbt. I'm actually not certain that /src/index.css is even called anywhere. If not we can probably remove it, or overwrite it with /src/index2.css and update the template accordingly?

commented

If it is only called on the one template, I'd merge the bits you need.

I'd like to eventually get to just one style.css file and implement Sass if you're interested.

On June 7, 2016 8:21:26 AM PDT, Pat David notifications@github.com wrote:

I think that's the only place it's called is in
/templates/index2-coming-soon.hbt. I'm actually not certain that
/src/index.css is even called anywhere. If not we can probably
remove it, or overwrite it with /src/index2.css and update the
template accordingly?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#9 (comment)

Moved index2.css to replace index.css and updated template to match.
c212425

I'm going to close this issue, and point further discussion about the Sass to the issue #11.