##// END OF EJS Templates
Merge pull request #7504 from abalkin/magic-lang...
Merge pull request #7504 from abalkin/magic-lang Fixes #7503 - Cell magics fail to switch the language

File last commit:

r16937:85c6f87f
r20033:0a42da0f merge
Show More
mixins.less
19 lines | 289 B | text/x-less | LessCssLexer
// Mixin CSS classes
.border-box-sizing {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.corner-all {
border-radius: @border-radius-base;
}
.border-radius(@radius) {
border-radius: @radius;
}
.no-padding {
padding: 0px;
}