Added basic theme
This commit is contained in:
parent
a085ca6867
commit
8b9afa66ce
42 changed files with 5633 additions and 0 deletions
8
themes/custom/source/css/_partial/mixins.less
Normal file
8
themes/custom/source/css/_partial/mixins.less
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.adapterMixin(@index) when (@index>=1) {
|
||||
@media(min-width:extract(@adapterDeviceList,@index)){
|
||||
html {
|
||||
font-size: @baseFontSize/ @psdWidth*extract(@adapterDeviceList,@index);
|
||||
}
|
||||
.adapterMixin(@index - 1);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue