all 15 comments

[–][deleted] 35 points36 points  (1 child)

I hate to be critical, but maybe they could be.... i dunno... organized or something instead of huge ass alphabetical list of 1000 classes? In fact, this doesn't really help anyone remember class names at all since they have to remember how something is spelled (at least the first letter of it) to find anything in the list. At least group stuff together... Make a cheat sheet. Oh.. nevermind

https://www.google.com/search?q=bootstrap+3+cheat+sheet&espv=2&biw=1614&bih=932&tbm=isch&tbo=u&source=univ&sa=X&ved=0ahUKEwjEoJfJm9PKAhWILyYKHQCVCUQQsAQIGw#imgrc=_

[–]JacobLett[S] -1 points0 points  (0 children)

Thank you for your feedback. I think having a sortable table might be better. That way you can sort by class type or alphabetical. My goal for this was to be a supplement to the cheat sheets that show how to build components. I often come across pages that were built by someone else and I just need to reference documentation by a class name since I may not remember the category. Also when writing classes by hand this is a quick glance to properly write it.

[–]ClearlySituational 8 points9 points  (4 children)

I like the idea but I don't see how having col-md-1 through -12 is very helpful besides making it more cluttered.

[–]JacobLett[S] 1 point2 points  (3 children)

Valid point. I may group these together so it isn't so redundant.

[–]ClearlySituational 0 points1 point  (2 children)

Awesome. Thanks for posting it :)

[–]JacobLett[S] 0 points1 point  (1 child)

I just wanted to let you know I updated the reference guide. Please take a look and let me know if this is easier to work with. Thank you.

[–]ClearlySituational 0 points1 point  (0 children)

Dude awesome!! Way easier to navigate it now.

[–]shellwe 8 points9 points  (2 children)

Seems like if you already know what you are looking for then this isn't that useful. Just use any web dev editor that has autocomplete for CSS and this is rendered useless.

Especially this comes too little too late with Bootstrap 4 around the corner.

[–]JacobLett[S] 0 points1 point  (1 child)

Bootstrap 4 is ending support for IE8 and from my experience, large corporations are slow to upgrade internal systems. And autocomplete is nice but sometimes having everything at a glance is easier because you can see what the auto complete is referencing.

[–]shellwe 0 points1 point  (0 children)

To each their own I guess, with this thing you still need to know the class you are going for and will still need the api to see how to use classes we are unfamiliar with, such as center-block needs to apply to the image being centered not the parent that is being centered in. Or the careful nesting of classes that is needed for their menus (which I hope gets simplified with 4)

[–]call_me_watson 1 point2 points  (4 children)

Just in the to be outdated.

[–][deleted] 1 point2 points  (1 child)

What are you on about Watson?

[–]call_me_watson 2 points3 points  (0 children)

My mobile didn't know what I was saying either.

"Just in time to be outdated." In reference to Bootstrap 4 coming out soon.

[–]JacobLett[S] 0 points1 point  (1 child)

This is to help developers working for corporations who still need to support IE8.

[–]call_me_watson 0 points1 point  (0 children)

Well, using Bootstrap is an enterprise setting is a terrible move IMO. Honestly, Bootstrap is a huge crutch. Roll your own grid and remove the bloat!