Added poly section

This commit is contained in:
2018-03-01 06:01:05 +11:00
parent 184e548dd4
commit 300bde972d
20 changed files with 495 additions and 12 deletions

View File

@ -8,7 +8,14 @@
* 1.1.0 - 2018/02/23
*/
//Fonts
$s-color--text: black;
$s-color--links: #FC78DE;
//Backgrounds
$s-color--background-default: white;
$s-color--background-top: #2BF;
$s-color--background-bottom: #FCF;
//Borders
$s-border--default: 1px solid #DDD;

View File

@ -0,0 +1,10 @@
/*
* Layout Settings
* Provides settings for layouts
*
* Dependencies:
*
* Version:
* 1.0.1 - 2018/02/24
*/
$s-layout--page-max: 1200px;