8 lines
114 B
SCSS
8 lines
114 B
SCSS
/**
|
|
* Styles that apply to all GFM related forms.
|
|
*/
|
|
|
|
.gfm-commit,
|
|
.gfm-commit_range {
|
|
@extend .commit-sha;
|
|
}
|