/**
 * CSS Modal
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */

// Configuration variables
@import 'modal-config';

// Core operations
@import 'modal-core';

// Modal animations
@import 'modal-animations';

// Theme styles
@import 'modal-theme';

// Include the modal element with it's selector
@import 'modal-element';
