Stereobit / dragend

dragend JS – a touch ready, full responsive, content swipe script
http://stereobit.github.com/dragend/
MIT License
485 stars 114 forks source link

Add ability to add custom styles #59

Open hashworks opened 9 years ago

hashworks commented 9 years ago

Currently I need to override the inline styles set by dragend by !important:

.dragend-page {
    height: auto !important;
    padding: $contentSpacing !important;
}

It would be great if I could set them as an option so I can avoid !important.