diff options
author | 2019-04-26 02:48:14 +0800 | |
---|---|---|
committer | 2019-04-26 13:52:32 +0800 | |
commit | 9e20afe9ca4c61faff4e779f874f401abaa30805 (patch) | |
tree | 42b672dc693e14605274f2600243bae6977863a7 /source/features/patch-diff-links.tsx | |
parent | 1f63c9ec33eca142dba1da6b88d3443ef807fe80 (diff) | |
download | refined-github-9e20afe9ca4c61faff4e779f874f401abaa30805.tar.gz refined-github-9e20afe9ca4c61faff4e779f874f401abaa30805.tar.zst refined-github-9e20afe9ca4c61faff4e779f874f401abaa30805.zip |
Extract `patch-diff-links`'s CSS (#1986)
Diffstat (limited to 'source/features/patch-diff-links.tsx')
-rw-r--r-- | source/features/patch-diff-links.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx index d2485877..7fae9eba 100644 --- a/source/features/patch-diff-links.tsx +++ b/source/features/patch-diff-links.tsx @@ -1,3 +1,4 @@ +import './patch-diff-links.css'; import React from 'dom-chef'; import select from 'select-dom'; import features from '../libs/features'; |