FrontendMasters / front-end-handbook

The resources and tools for learning about the practice of front-end development.
http://www.frontendhandbook.com
1.8k stars 290 forks source link

Consider adding Scally CSS framework to the CSS Tools section #22

Closed chris-pearce closed 8 years ago

chris-pearce commented 8 years ago

Great job on putting together the Front-end Handbook—impressive stuff. Lots of great content in there.

I wanted to suggest my CSS framework Scally for the CSS Tools section. You can check it out here—but in a nutshell Scally is a CSS framework that provides you with a solid foundation for building reusable UIs quickly. There is a fair amount of documentation in the repo.

Cheers and keep up the good work.

1Marc commented 8 years ago

Can you tell us how is it different from the options listed in the CSS Tools section? Since this is your own framework it's seeming a little too self-promotional IMO.

chris-pearce commented 8 years ago

Many of the frameworks listed in the CSS Tools section are opinionated, some more than others, when it comes to visual design. I believe Scally differentiates itself from these frameworks by removing those opinions and focusing on providing a strong OOCSS structure to empower users to build UI in modular and scalable way. A great comparison to Scally, one that follows similar principles is Inuit.

Additionally Scally includes the ability to easily generate utility and object classes at any breakpoint, explained here.

Self promoting ones own tool isn’t a bad thing, all open source projects need advocates and I do believe Scally and other frameworks like it are an alternative readers of the Front End Handbook would benefit from considering.

chadwithuhc commented 8 years ago

I agree, this is not mainstream enough to be listed yet. Keep on trucking and it may be some day. My main reason is it appears to be an aggregate of other popular standards.

chris-pearce commented 8 years ago

Thanks for your consideration.