@import “variables”;

// now that our variables are defined, let's override them from the config.

{% if site.oedipus.style.content-width %} $content-width: {{ site.oedipus.style.content-width }}; {% endif %}

@import “paper”;