﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name="LESS - Box Sizing" description="" preview="code" type="block">
<insertText location="beforeSelection">
<![CDATA[.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
