Skip to content

Commit 901ee23

Browse files
committed
Merge branch 'master' of github.com:MatthewWagerfield/LESS-CSS3-Mixins
2 parents 4a72813 + 638e2eb commit 901ee23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

css3.less

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@
180180
.box-sizing() {
181181
-webkit-box-sizing: @arguments;
182182
-moz-box-sizing: @arguments;
183-
-ms-box-sizing: @arguments;
184-
-o-box-sizing: @arguments;
185183
box-sizing: @arguments;
186184
}
187185

@@ -679,4 +677,4 @@
679677
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
680678
// OR OTHER DEALINGS IN THE SOFTWARE.
681679
//
682-
//============================================================
680+
//============================================================

0 commit comments

Comments
 (0)