flyntwp / generator-flynt

A Yeoman generator to create Flynt Components
https://flyntwp.com
MIT License
20 stars 5 forks source link

Add Container Padding variable to template #10

Closed bdbch closed 7 years ago

bdbch commented 7 years ago

Problem Right now we don't have a variable for the outter container paddings used inside the Jeet center().

See here https://github.com/flyntwp/generator-flynt/blob/master/generators/component/templates/custom/style.styl

We need to add

$gutterWidth = lookup('$globalLayoutGutterWidth') || 2
$containerPadding = lookup('$globalLayoutContainerPadding') || 15px