CSS Grid: “grid-area” compiling is wrong value
-
Dear Support!
I liked this plugin, thanks the development!
I follow with one bug: If in my scss file exists “grid-area” options, after compiling is run i get wrong value.
—
Sample:
SCSS line:
.three-col div.first { grid-area: 2 / 1 / 2 / 5 }Result:
.three-col div.first { grid-area: 0.0138888889 }—
Please help me!
- The topic ‘CSS Grid: “grid-area” compiling is wrong value’ is closed to new replies.