mirror of https://github.com/lukechilds/docs.git
51 lines
1.1 KiB
51 lines
1.1 KiB
7 years ago
|
//
|
||
|
// Component: Article
|
||
|
//
|
||
|
// ========================================================================
|
||
|
|
||
|
|
||
|
// Variables
|
||
|
// ========================================================================
|
||
|
|
||
|
//
|
||
|
// New
|
||
|
//
|
||
|
|
||
|
$article-meta-link-color: $article-meta-color !default;
|
||
|
$article-meta-link-hover-color: $global-color !default;
|
||
|
|
||
|
|
||
|
// Component
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-article(){}
|
||
|
|
||
|
|
||
|
// Adjacent sibling
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-article-adjacent(){}
|
||
|
|
||
|
|
||
|
// Title
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-article-title(){}
|
||
|
|
||
|
|
||
|
// Meta
|
||
|
// ========================================================================
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
// Miscellaneous
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-article-misc(){}
|
||
|
|
||
|
|
||
|
// Inverse
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-inverse-article-meta(){}
|