Be able to apply front-end rendering skeleton with global class

Currently it seems that skeletons can only be added to a block’s class and therefore this has the following unwanted side effects:

  1. If you have multiple blocks with the same global class and want to apply a skeleton, you have to do it for each individual block
  2. A second unnecessary class just for the skeleton styles is added to each block

As fans of clean, efficient, well organised code, this can be improved by allowing skeleton styles to be applied from a global class.

Thanks.

1 Like