[Github-comments] [geany/geany] Added template file for CSS (#2259)

Matthew Brush notifications at xxxxx
Wed Aug 14 15:39:20 UTC 2019


This seems weird to have a template where the first thing everyone's going to do is to delete the contents wholesale. No matter what we put is going to be arbitrary and not useful (unless it's something large like a [CSS reset or such](https://github.com/necolas/normalize.css/blob/master/normalize.css)), so it might be better to stick with something simple like below instead of something more advanced like media queries:

```css
/* Replace this with your CSS styles */
h1 {
  font-color: red;
}
```

Even the `{fileheader}` isn't so useful as the GPL is rarely used in front-web projects [citation needed], so it's even more stuff to delete.

That said, I don't use any of these templates, and as @elextr said it's not much maintenance cost, so I'm not strongly opposed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2259#issuecomment-521300069
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190814/aba9999e/attachment.html>


More information about the Github-comments mailing list