cailwind.config.js
Код: Выделить всё
module.exports = {
purge: [],
darkMode: 'media', // or 'media' or 'class'
theme: {
screens: {
'sm': '640px',
'md': '768px',
'mymd': '962px',
'lg': '1024px',
'xl': '1280px',
'2xl': '1536px',
},
},
variants: {
extend: {},
},
plugins: [
],
}
< /code>
html < /p>
img - https://ibb.co/d4x3vf8
Подробнее здесь: https://stackoverflow.com/questions/675 ... ot-working