Currently viewing the category:
"dynamic stylesheet"
3 months, 30% HIKE IN YOUR SALARY or 100% money back – no questions asked
Below are the list of mixins which are very useful while implementing less for your next project.
Border Radius
.border_radius(@radius: 10px) {
.border_radius(@radius, @radius);
}
.border_radius(@radius_top, @radius_bottom){
.border_radius(@radius_top, @radius_top, @radius_bottom, @radius_bottom);
}
.border_radius(@radius_top_left, [...]
Latest posts
- bootstrap popover | bootstrap popover hide on click | bootstrap popover hide on document.click
- Avoid console errors in browsers that lack a console | HTML5 boilerplate
- getting started with Sublime editor | how to install zen coding | zen coding for sublime editor
- getting started with backbone | Models in Backbone
- How to delete a model in backbone


