Closed rreusser closed 9 years ago
.timeline needs:
.timeline
@extend .container-fluid;
Reorganizing the CSS as a whole at the moment… it's kinda all jammed into one file. I think it'd benefit a lot from separating out the components so it's not already out of control by the time you start an empty blog site.
Go for it.
-- Will Schenk http://happyfuncorp.com http://willschenk.com http://sublimeguile.com
From: Ricky Reusser notifications@github.com Reply: HappyFunCorp/happy_seed reply@reply.github.com> Date: January 27, 2015 at 1:00:38 PM To: HappyFunCorp/happy_seed happy_seed@noreply.github.com> Subject: Re: [happy_seed] Static blog site scrolls horizontally (#29)
.timeline needs:
.timeline @extend .container-fluid;
Reorganizing the CSS as a whole at the moment… it's kinda all jammed into one file. I think it'd benefit a lot from separating out the components so it's not already out of control by the time you start an empty blog site.
— Reply to this email directly or view it on GitHub.
Though, to be clear, I struggle with CSS organization. It's tricky. Like rows and columns should logically be separate from typography styles… I haven't found a convention or way to organize this stuff logically that scales well.
I like to put things in one file and have each block be a different page, but that’s just me.
-- Will Schenk http://happyfuncorp.com http://willschenk.com http://sublimeguile.com
From: Ricky Reusser notifications@github.com Reply: HappyFunCorp/happy_seed reply@reply.github.com> Date: January 27, 2015 at 1:02:21 PM To: HappyFunCorp/happy_seed happy_seed@noreply.github.com> Cc: Will Schenk wschenk@gmail.com> Subject: Re: [happy_seed] Static blog site scrolls horizontally (#29)
Though, to be clear, I struggle with CSS organization. It's tricky. Like rows and columns should logically be separate from typography styles… I haven't found a convention or way to organize this stuff logically that scales well.
— Reply to this email directly or view it on GitHub.
Investigating the container situation...