UNPKG

sass-toolkit

Version:

Think of Toolkit as your swiss army knife for modern design and development.

15 lines (13 loc) 248 B
/** * Set Multiple **/ .property { _test: "@include set-multiple(30px, margin-left margin-right);"; margin-left: 30px; margin-right: 30px; } .property { _test: "@include set-multiple(50%, width, height);"; width: 50%; height: 50%; }