SpongePowered / SpongeHome

A brand new homepage for SpongePowered
https://spongepowered.org/
Other
14 stars 13 forks source link

Highly suggest using sass #10

Closed MichaelHillcox closed 8 years ago

MichaelHillcox commented 8 years ago

Title says it all. Its much better for pages like this. Variables and other very useful tools.

jamierocks commented 8 years ago

If a preprocessor is to be used there should probably be some sort of discussion as to which one it should be: scss vs sass vs less etc.

MichaelHillcox commented 8 years ago

Sass is the nicest to work with but not the most powerful if you want raw power then we should look at less. Other wise you are looking at scss but it's a little less nice to work with. Sass is that nice cosy middle ground.

jamierocks commented 8 years ago

I actually tend to use scss, but don't have all too much reason for using except bourbon/neat/bitters uses it :P

MichaelHillcox commented 8 years ago

I would suggest looking into sass a little more. I know some people hate the 'there is no syntax' thing but at the same time they have strict rules for formating that are easy to follow and the code ( in my opinion ) looks very tidy. I am a neat freak so that is very important.

jamierocks commented 8 years ago

Yeah it does look neat - probably something I should take a look in in greater detail.

MichaelHillcox commented 8 years ago

@jamierocks I've actually added it into my pull request #9 Have a look if you would like.

Zidane commented 8 years ago

Closing this as it already happened in @MichaelHillcox 's PR.