Skip to content

JamesAnelay/foundation-alerts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foundation Alerts

Adds foundation alerts markup to magento

This extensions updates the magento html to be like the default foundation markup.

Note: As you probably have foundation pulled in via your theme pulling in the js/css via this extension would probably mess up the order, for that reason I have left this out and you can just pull them in for yourself in your theme's local.xml and sass files e.g

<!-- In your local.xml-->
<action method="addItem"><type>skin_js</type><name>bower_components/foundation/js/foundation/foundation.alert.js</name></action>

and

//import the foundation sass in your main sass file
@import "alert-boxes";

About

Adds foundation alerts markup to magento

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published