Automattic / _s

Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
http://underscores.me/
GNU General Public License v2.0
10.92k stars 3.12k forks source link

mixin for column-width deprecated in SASS 2.0 #1542

Open JakobJR opened 1 year ago

JakobJR commented 1 year ago

// Column width with margin @mixin column-width($numberColumns: 3) { width: map-get($columns, $numberColumns) - ( ( $columns__margin * ( $numberColumns - 1 ) ) / $numberColumns ); }

This mixin is deprecated and will be removed in SASS 2.0.