mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
rm duplicated variable
This commit is contained in:
parent
08a3a0291d
commit
0cba80f4e9
@ -5,7 +5,6 @@ const Styled = require('styled-components');
|
||||
|
||||
const {
|
||||
forms,
|
||||
colors,
|
||||
tables,
|
||||
typography,
|
||||
colors
|
||||
@ -32,7 +31,7 @@ const fontFilenames = [
|
||||
|
||||
module.exports = styled.div`
|
||||
${generateFonts(fontFamilies, fontFilenames)};
|
||||
|
||||
|
||||
font-family: 'LibreFranklin', -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
font-size: 1rem;
|
||||
|
Loading…
Reference in New Issue
Block a user