skounis / mt-countdown

Display a custom block with a Countdown function for Announcements, such as time-limited offers or upcoming releases in a Drupal 8 website. Drupal 8 module
0 stars 1 forks source link

Prepare default layout #19

Closed skounis closed 6 years ago

skounis commented 6 years ago

@skechagia We should prepare a default layout that will be similar to what we have in our premium themes. This will improve the result the user get right after the installation/activation of the module

evankarageorgos commented 6 years ago

@skounis @skechagia

Checking the layout, I see that we use Bootstrap. We are planning to release this as a freebie for the Drupal community, too, though. By using Bootstrap we are essentially limiting the users of this module to only those that use a Bootstrap-based theme, i.e., for using this module we are making Bootstrap a pre-requisite, a dependency.

What's the thinking behind this? Why not write vanilla markup and CSS layout?