We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4424c7d commit 4c0273aCopy full SHA for 4c0273a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "timbercss",
3
- "version": "0.1.77",
+ "version": "0.1.79",
4
"author": "UnlimitDesign",
5
"description": "A CSS Framework for Rapid Website Prototyping",
6
"keywords": [],
src/scss/partials/components/_grid-css.scss
@@ -135,7 +135,7 @@
135
}
136
137
.grid-#{$breakpoint}-cols-1 [class*="span-cols-"]{
138
- grid-column-end: span 1 / span 1;
+ grid-column: span 1 / span 1;
139
140
141
0 commit comments