-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtailwind.config.js
41 lines (40 loc) · 910 Bytes
/
tailwind.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
letterSpacing: {
0: "-1px",
},
fontFamily: {
sans: ["Nunito Sans", "Roboto", "sans-serif"],
display: ["Playfair Display", "Times New Roman", "sans-serif"],
article: ["Roboto Flex"],
logo: ["Signerica"],
},
extend: {
colors: {
alabaster: "#FAFAFA",
black: "#121212",
"candy-pink": "#E6757D",
"dove-gray": "#6F6F6F",
"faded-red": "#FF7B7A",
gray: "#505050",
"hint-of-red": "#F9F9F9",
iron: "#CCCCCC",
"light-dove-gray": "#727272",
"light-gray": "#D2D2D2",
},
},
screens: {
'xs': "0px",
'sm': "576px",
'sm-tab': "640px",
'md': "960px",
'lg': "1440px",
},
},
plugins: [],
};
fjlksajflkdsajfldskjfdsl