FACN1 / week3-javiasy

Repo to hold GOT actor app
https://facn1.github.io/week3-javiasy/
0 stars 2 forks source link

Indentation in css #53

Open Jbarget opened 7 years ago

Jbarget commented 7 years ago

Im a 2 space indentation person myself, I can happily accept 4 spaces if its consistent, I cannot accept inconsistent 4/6 spaces though 💩

https://github.com/FACN1/week3-javiasy/blob/master/style.css

jwld commented 7 years ago

fixed this elsewhere :)

Jbarget commented 7 years ago

Thanks @JWLD can you link me to the commit?

jwld commented 7 years ago

https://github.com/FACN1/week3-javiasy/commit/dd28a308a0149afe86c0ec1097b49c4d0257b01a

Jbarget commented 7 years ago

@JWLD i dont think its sorted. i mean

element {
    this is 4 spaces
}

element {
      this is 6 spaces
}