46
Nojil
7y

When your CSS file is so huge even github gets angry at you

Comments
  • 5
    How...? Did you embed 4k images in your css?
  • 8
    Nope just 10527 lines of CSS code lol
  • 4
    @Nojil That's.... A LOT! 😅
  • 3
    @olback that's one of 3 CSS files for one of my apps, the other two are 8983 lines of code and 1604 lol. Total app is 1.5+ million lines of code
  • 2
    @Nojil I hope you minify that.. 😂
  • 2
    Use Sass already, jeez.
  • 0
    @Ashkin no real reason to use sass other then code readability in my opinion, doesn't improve performance at all.
  • 0
    What's the website?
  • 1
    @Nojil Size.
    Which I believe is what github was complaining about in OP's image. (Unless it was a github hosted page, but that many lines of css for a static page seems unlikely.)
  • 0
    It's not a website is a web application :)
  • 0
    How long does it take to create this app?
  • 1
    @harold roughly 6 years with three versions :)
  • 1
    @Nojil actually SASS can do all kinds of optimization’s that you’d normally miss
Add Comment