start
This commit is contained in:
17
tailwind.config.js
Normal file
17
tailwind.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
'./src/components/**/*.{js,jsx,ts,tsx}',
|
||||
'./public/index.html',
|
||||
'./tailwind.safetext.txt'
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
'xs': '475px'
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
require('tailwindcss-rtl')
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user