UNPKG

less-plugin-sass2less

Version:

A plugin for less that converts SASS files into LESS. It comes with a cmd utility too.

9 lines (8 loc) 268 B
@layout-drawer-width: 240px; @layout-header-desktop-baseline: 500; @layout-tab-desktop-padding: 200; .bar { width: calc(~"100% - @{layout-drawer-width}"); height: calc(100% ~"-" ((@layout-header-desktop-baseline - @layout-tab-desktop-padding) * 2)); }