matteodem/meteor-boilerplate

normalize not functioning properly?

dgolant opened this issue · 3 comments

I see that there is a normalize.css file in the directory structure, but I am still experiencing some non-normalized behavior. Is this FAD? Or do you suggest any additional normalize package from atmosphere?

Normalize.css should be automatically included since it's in the client folder. What problems are you experiencing?

I'm still seeing default behavior of padding: 40px; on

    elements.

    EDIT: Let me know if this issue isn't actually occurring for you. I'm kinda rudimentary with most webdev so I might be screwing something up.

    On Mon, Nov 16, 2015 at 4:02 AM, Matteo De Micheli <notifications@github.com

    wrote:

    Normalize.css should be automatically included since it's in the client
    folder. What problems are you experiencing?


    Reply to this email directly or view it on GitHub
    #95 (comment)
    .

I removed normalize from the boilerplate as I think it's not needed anymore