zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

The templates are defined on foundation module #676

Open mwatt opened 9 years ago

mwatt commented 9 years ago

It is required import the 'foundation' module to load the templates. This makes it impossible to import a reduced number of modules (e.g. only core, common and panel). I think every template should be declared on the module related to its component. For example, the template for panels should be declared on module 'foundation.panel'.