Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Update Unit Size #42

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago
$unit: 1rem;
$unit-small: 0.5rem;
$unit-tiny: 0.25rem;

Along with this adjust the generated padding and margin utility classes to reflect the new values. It's silly to expect someone to use u-margin-x2 when they want the base unit size of 1rem.