Skip to content

Commit d253920

Browse files
update path to container plugin - fixes #24
1 parent 2212e57 commit d253920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/tailwind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ module.exports = {
891891
*/
892892

893893
plugins: [
894-
require("./plugins/container")({
894+
require("tailwindcss/plugins/container")({
895895
// center: true,
896896
// padding: '1rem',
897897
})

0 commit comments

Comments
 (0)