fix: spelling
This commit is contained in:
parent
051b6daa82
commit
fcd3c7a10f
|
@ -1,5 +1,5 @@
|
||||||
import typography from '@tailwindcss/typography';
|
import typography from '@tailwindcss/typography';
|
||||||
import containerQuries from '@tailwindcss/container-queries';
|
import containerQueries from '@tailwindcss/container-queries';
|
||||||
|
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
export default {
|
export default {
|
||||||
|
@ -42,5 +42,5 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [typography, containerQuries]
|
plugins: [typography, containerQueries]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue