v1.1.0
This commit is contained in:
33
tailwind.config.js
Normal file
33
tailwind.config.js
Normal file
@@ -0,0 +1,33 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./src/**/*.tsx'],
|
||||
theme: {
|
||||
extend: {
|
||||
padding: {
|
||||
1.5: "0.375rem",
|
||||
2.5: "0.625rem",
|
||||
3.5: "0.875rem",
|
||||
4.5: "1.125rem",
|
||||
5.5: "1.375rem",
|
||||
6.5: "1.625rem",
|
||||
},
|
||||
margin: {
|
||||
2.5: "0.625rem",
|
||||
3.5: "0.875rem",
|
||||
4.5: "1.125rem",
|
||||
5.5: "1.375rem",
|
||||
6.5: "1.625rem",
|
||||
},
|
||||
width: {
|
||||
10.5: "2.625rem",
|
||||
},
|
||||
height: {
|
||||
10.5: "2.625rem",
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user