devcollaborative / drupal8-devcollab-lightship

This project is now maintained on Drupal.org. A starter theme for Drupal 8, a subtheme of the core base theme Classy. It has Sass and the minimum number of gulp tasks so as to be long-term sustainable, light, accessible, and ready to customize.
https://www.drupal.org/project/lightship
1 stars 0 forks source link

Example usage of "Rem font size conversion" shows px but should be ommitted #4

Closed Jones-UI closed 5 years ago

Jones-UI commented 5 years ago

https://github.com/devcollaborative/drupal8-devcollab-lightship/blob/c7bee8b679f14d92f9950a34affa07575201e318/sass/base/_mixins.scss#L28

@include fontSize(12px); should be: @include fontSize(12);

jbates commented 5 years ago

Thank you! I just fixed that! Feel free to fix it in your BALS copy.