Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Boilerplates, preprocessor. To use or not to use? Which one?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41641
    kevin11189
    Participant

    Let me preface this by saying that about six months ago, I got back into front end development. Before that, it had been a few years since I had a job doing it. Responsive pages weren’t nearly as important as they are today. I feel like there have been a lot of changes since then and I’m trying to catch up. I mean, CSS3 and HTML5 were still up in there air for whether or not they would be supported.

    When it comes to responsive(maybe I’m just lazy) but I don’t see a point in reinventing the wheel. I’ve noticed some things like foundation, skeleton, and Twitter’s bootstrap which supply you with some pretty nice boilerplates for starting a design. Is it a good idea to you use those as a base? If so, which one.

    Next, I get to preprocessors. I mean, sass was around then, and I knew a little, but I didn’t really know anyone that used it, so I didn’t really bother to implement it. Is there one that’s kind of pulling ahead right now. I’m looking to get into using one, but I’d like to know that there will be some long term support. Any suggestions as which ones to look at? I bought codekit, to try and learn my way around it. I just haven’t picked one.

    Any insight would be wonderful.
    Thanks,
    Kevin

    #119240
    bkbillma
    Member

    I say definitely on the preprocessor if it is more than a single static page. As far as the templates go I have had a hard time jumping onto that. The one I have considered the most is [inuit.css](http://inuitcss.com/ “”) by Harry Roberts. I like this one because it doesn’t really start to design for you it is just a barebone and it is easy to use what you want and leave the rest.

    Using SASS with Codekit or Scout for SASS (windows) is not just a good way to make CSS more reusable it can easily and automatically output production ready code.

    #119251
    Andy Howells
    Participant

    With regards to a boilerplate my recommendation would be something like [1140px Grid](http://cssgrid.net/) – it stays completely out of the way in terms of styling and just handles a responsive grid, nothing more.

    It will encourage you to do everything but the columns which is best for avoiding using preset styling a lot of boiler plates come with.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.