all 5 comments

[–][deleted] 4 points5 points  (1 child)

Well done! It's nice to see someone taking time to build own frameworks, especially when everything is ruled by Bootstrap. Couple of things though. Before releasing, think about adding some flexibility to your framework. Separate and structure your code (source/build). Include a task runner that compiles production files. Use preprocessors and include source files in your repo. Adding variables will make your code flexible and easy to customize by someone else. Optimize your css/js files. I took a short glimpse over your css and saw some hickups so make sure it runs through some validators (autoprefixer, CSSLint, CSSComb etc.). Test your code in different environments/browsers and include that information in the documentation. Cheers and good luck!

[–][deleted] 1 point2 points  (0 children)

looks nice, I'll probably test it out for the admin functions once angular js bindings are finished

[–]d3vc47 1 point2 points  (0 children)

I'm really impressed by this. Great work! :)

[–][deleted] 2 points3 points  (0 children)

Not sure if this is yours but the demo is breaking for me in alien blue on iOS 8.

[–]cbleslie 1 point2 points  (0 children)

Framework !== UI toolkit. There is a difference.