medor.maquette
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

main.less
text/plain

Download raw (676 bytes)

/**
 * The less CSS is splitted accross different files for a better organisation.
 *
 * This is the main less css file that requires all the the neccessary
 * dependencies.
 */



/* Loads the base variables such as page size and margins. */
@import "setup.less";

/* Loads the rules that set the geometry of the page and its representation on
 * screen. */
@import "html2print.less";
@import "grid.less";

/* Loads the rules that set the base layout of the document (header, body,
 * footer) */
@import "page.less";

/* Loads the font declarations. */
@import "fonts.less";

@import "mixins.less";
@import "stories.less";
@import "typography.less";
@import "flamands.less";