You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As indicated in another issue, I'm using small parts of Amazium. I briefly considered switching to your grid system, but considering I'm on a clock and halfway in the project I left that for another time. In the end I chose to only use parts of the base and the form modules.
Because I like to keep my code clean and mean, I edited the main Amazium file to disable all other modules. It would be nice to be able to do this without having to edit the framework.
This can easily be achieved by adding this to the variables file:
As indicated in another issue, I'm using small parts of Amazium. I briefly considered switching to your grid system, but considering I'm on a clock and halfway in the project I left that for another time. In the end I chose to only use parts of the base and the form modules.
Because I like to keep my code clean and mean, I edited the main Amazium file to disable all other modules. It would be nice to be able to do this without having to edit the framework.
This can easily be achieved by adding this to the variables file:
And wrapping each module in an if statement, like this:
The text was updated successfully, but these errors were encountered: