8 lines
No EOL
228 B
Text
8 lines
No EOL
228 B
Text
.adapterMixin(@index) when (@index>=1) {
|
|
@media(min-width:extract(@adapterDeviceList,@index)){
|
|
html {
|
|
font-size: @baseFontSize/ @psdWidth*extract(@adapterDeviceList,@index);
|
|
}
|
|
.adapterMixin(@index - 1);
|
|
}
|
|
} |