src-its / help-content

a drafting site for help content
0 stars 2 forks source link

Merge css to one file #6

Closed Snuggleton closed 9 years ago

Snuggleton commented 9 years ago

Eventually we are going to have to include the css in our file instead of having it be external. I propose a different solution, however: let's just link to the skeleton framework externally?

aaronkyle commented 9 years ago

Thanks, Justin. You are correct - for now we need to try to keep the CSS contained within the <head>...</head> section of each file. We are doing this because we'll be pasting the HTML into a pre-existing website with it's own styling. We cannot add another CSS file into the site architecture. We want to keep the CSS in our HTML head sections minimal, too, because we don't want to impose conflicts (like different font, margin, padding, etc).

For these reasons, I recommend not linking to the skeleton framework at all, but instead copying into the single page HTML only those few lines we need that address responsive table and <div> behaviours.

Snuggleton commented 9 years ago

I believe this is resolved.