holidaypirates / nucleus

Nucleus is a living style guide generator for atomic css based components. It's a Node application parsing the source SCSS files and reading information from DocBlock annotations.
https://holidaypirates.github.io/nucleus/
MIT License
474 stars 43 forks source link

docs(getting started): fix example spacing error #59

Open pkkummermo opened 7 years ago

pkkummermo commented 7 years ago

Fixes a spacing error which causes the generated markup to be wrongly indented due to three spaces instead of 2.

pkkummermo commented 7 years ago

This was found when one of my co-developers tried to copy paste the example-atom from the getting started page. This might cause a bad first impression so here's the fix :)