picturepan2 / spectre

Spectre.css - A Lightweight, Responsive and Modern CSS Framework
https://picturepan2.github.io/spectre/
MIT License
11.31k stars 804 forks source link

Is it still maintained? #681

Open dmoklaf opened 2 years ago

dmoklaf commented 2 years ago

Project has not received updates for more than one year, is it still maintained? Or should we migrate to another framework (unfortunately I could not find a framework with such a good functionality per byte or complexity ratio)?

niutech commented 2 months ago

I've recently updated Spectre to v0.6.0, see https://github.com/niutech/spectre

qgustavor commented 2 months ago

@niutech How does your fork compare to this seemingly abandoned fork? https://spectre.angular-package.dev/

niutech commented 2 months ago

@qgustavor Angular-package's spectre.min.css is whooping 230KB in size, while mine is only 45 KB.

qgustavor commented 2 months ago

@niutech Isn't because it does have more features? I use Spectre with a dead code removal tool so file size is not an issue for me. :confused:

niutech commented 2 months ago

@qgustavor It's mainly because Angular-package uses CSS variables instead of SASS variables. These aren't removed by dead code tools.

qgustavor commented 2 months ago

@niutech Seems to be a good thing, no? Better than having to use SASS. Just find one tool that removes them, there should be at least one that does that.

Edit: there is PurgeCSS, which is the one I use on the website I use Spectre.

niutech commented 2 months ago

@qgustavor If you want to load bigger CSS file with CSS variables, then use Angular-package's Spectre, it's up to you.

qgustavor commented 2 months ago

@niutech So your fork only have the smaller file size as a good point? Like, just that? Something PurgeCSS than take care? No night mode or fixes to bugs in Spectre?

niutech commented 2 months ago

@qgustavor Not only, e.g.: pure CSS tabs, added column order classes, .card-shadow class, Heart, Show and Hide icons, updated dependencies. But use whatever suits you well.

qgustavor commented 2 months ago

@niutech that's what I was wanting to know, smaller file size while having some new features. Night mode is in the works? To be fair the main thing I expect from a fork is that.