320andup
320andup copied to clipboard
This is the new 320 and Up
#71 Hi ! I added information about your project into the README.md file. Hope it can help you !
Hi ! I do not found information into the README.md file. If you want i will add the content of your project link into the README.md to inform users about...
I'd be happy to if you like!
_buttons and _textures were using a mixin called border-radius which looks like it's been supersede by a mixin called rounded - this was causing wells and buttons to only have...
added lte ie8 so lte ie8 users get served media queries up to 1024 without polyfills like respond.js Using Respond.js to serve lte ie8 users media queries can cause unpredictable...
Using 320 and up, I found that the address bar would not hide in iOS. I've added this code in script.js that resolved it, though unsure whether this is a...
the translate3d mixin mistakenly had only "translate" in it, spent bloody hours trying to figure out why my menus wouldn't navigate :) I corrected this mixin, changing them all to...
#### Hey, maintainer(s) of malarkey/320andup! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...
On line 172 in helper.js when adding the click handler for ghostClickHandler `document.addEventListener('click', MBP.ghostClickHandler, true);` this halts all clicks being actioned within BBOS 6. Only workaround I have as of...
just a code-style-question: is there any reason, why the code in the scss and less-files is not indented or structured in any way? it is sometimes really hard to see...