mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.1 KiB
51 lines
1.1 KiB
6 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(){}
|