mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:49:02 +00:00
17 lines
303 B
JavaScript
17 lines
303 B
JavaScript
module.exports = {
|
|
mode: 'jit',
|
|
purge: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
|
darkMode: false, // or 'media' or 'class'
|
|
theme: {
|
|
extend: {
|
|
boxShadow: {
|
|
separator: '0 0 4px 0 rgba(0, 0, 0, 0.1)',
|
|
},
|
|
},
|
|
},
|
|
variants: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|