Skip to content

Commit 4c0273a

Browse files
fix: grid column attribute
1 parent 4424c7d commit 4c0273a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timbercss",
3-
"version": "0.1.77",
3+
"version": "0.1.79",
44
"author": "UnlimitDesign",
55
"description": "A CSS Framework for Rapid Website Prototyping",
66
"keywords": [],

src/scss/partials/components/_grid-css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
}
136136
}
137137
.grid-#{$breakpoint}-cols-1 [class*="span-cols-"]{
138-
grid-column-end: span 1 / span 1;
138+
grid-column: span 1 / span 1;
139139
}
140140
}
141141
}

0 commit comments

Comments
 (0)