nuxt-community / pwa-template

PWA template for vue-cli based on the starter template
MIT License
133 stars 12 forks source link

CSS code style #10

Closed berkandirim closed 7 years ago

berkandirim commented 7 years ago

I see that opening braces are placed in a new line rather than the same line with a space. Please consider using the suggested style.

selector {

instead of

selector
{
This question is available on Nuxt.js community (#c7)
pi0 commented 7 years ago

Hi. Thanks for report. Would you please make a PR for this?

berkandirim commented 7 years ago

I did. Sorry I didn't realize the source was the starter template.