Skip to content

Commit 33dd012

Browse files
committed
Fix require path
1 parent 762f76c commit 33dd012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020

2121
plugins: [
2222
// ...
23-
require('./plugins/css-grid')({
23+
require('tailwindcss-grid')({
2424
grids: [2, 3, 5, 6, 8, 10, 12],
2525
gaps: {
2626
0: '0',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-grid",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "CSS grid plugin for tailwindcss framework",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)