TheWebTech / CrankShaft

A framework for building modern websites on the HubSpot Platform.
https://thewebtech.github.io/CrankShaft
MIT License
46 stars 17 forks source link

Add import of theme-variables and theme-macros to all css, js and .html files #56

Open TheWebTech opened 5 years ago

TheWebTech commented 5 years ago

In an effort to make the variables universally useful we need someone to add a hubl import for the theme-variables.css and theme-macros.css to all css, js and .html files.

This will enable developers to reference any of the variables. This will also enable developers to use the macros in their code.

TheWebTech commented 5 years ago

Added theme-variables import to macros deced74