Posts by Ana Rute • 88 points
2 posts
-
3
votes2
answers97
viewsQ: How to add javascript files according to viewport/device?
I’m using the script skrollr.js on a website and when opening on mobile phones the scroll bar is not working (it is as if the touch of the phone was blocked). I wanted to know how to disable scripts…
-
4
votes1
answer613
viewsA: Is it possible to extend the bootstrap css using Less?
First you should use Bootstrap’s Less file instead of bootstrap.min.css and instead of adding bootstrap to your HTML you import it into your file. Less with @import…