hangforever / hangzone-frontend

An app that enables hangers all over the world to discover and share zones in which to hang ;)
GNU Affero General Public License v3.0
1 stars 0 forks source link

Add some sort of CSS framework #19

Closed aburd closed 4 years ago

aburd commented 4 years ago

@scootyboots What do you think? Should we just throw bootstrap in here?

Also would suggest we follow the simple rules laid out here in BEM http://getbem.com/introduction/

scootyboots commented 4 years ago

@aburd I haven't used bootstrap in a looooong time, but I image we could probably get away with a more stripped-down framework. But if we wanna use bootstrap because it's got great documentation and could probably solve problems we can't conceive of yet, then that's fine with me.

I'm not familiar with BEM but I am familiar with CSS styling methodologies. I'll read up on BEM, looks lean and clean hehehe

aburd commented 4 years ago

@scootyboots Yeah, bootstrap may have a bit of bloat.

Here are some alternative:

http://getskeleton.com/ - Kinda like how minimal this is https://concisecss.com/ - This seems like this has great docs and is supposed to be light edit: I tried Concise CSS and couldn't get the seemingly most simple thing done, which was a column grid where the children took up 100% width. I think I'll try skeleton next.

scootyboots commented 4 years ago

@aburd skeleton sounds good to me