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.
69 lines
1.4 KiB
69 lines
1.4 KiB
6 years ago
|
//
|
||
|
// Component: Comment
|
||
|
//
|
||
|
// ========================================================================
|
||
|
|
||
|
|
||
|
// Variables
|
||
|
// ========================================================================
|
||
|
|
||
|
//
|
||
|
// New
|
||
|
//
|
||
|
|
||
|
$comment-primary-padding: $global-gutter !default;
|
||
|
$comment-primary-background: $global-muted-background !default;
|
||
|
|
||
|
|
||
|
// Component
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-comment(){}
|
||
|
|
||
|
|
||
|
// Sections
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-comment-body(){}
|
||
|
|
||
|
// @mixin hook-comment-header(){}
|
||
|
|
||
|
|
||
|
// Title
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-comment-title(){}
|
||
|
|
||
|
|
||
|
// Meta
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-comment-meta(){}
|
||
|
|
||
|
|
||
|
// Avatar
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-comment-avatar(){}
|
||
|
|
||
|
|
||
|
// List
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-comment-list-adjacent(){}
|
||
|
|
||
|
// @mixin hook-comment-list-sub(){}
|
||
|
|
||
|
// @mixin hook-comment-list-sub-adjacent(){}
|
||
|
|
||
|
|
||
|
// Style modifier
|
||
|
// ========================================================================
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
// Miscellaneous
|
||
|
// ========================================================================
|
||
|
|
||
|
// @mixin hook-comment-misc(){}
|