Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a10b65

Browse files
authored
Merge pull request gridstack#1952 from unkobweb/master
Update README.md
2 parents 0d87d73 + f804cf2 commit 8a10b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ and so on.
261261
Better yet, here is a SASS code snippet which can make life much easier (Thanks to @ascendantofrain, [#81](https://github.com/gridstack/gridstack.js/issues/81) and @StefanM98, [#868](https://github.com/gridstack/gridstack.js/issues/868)) and you can use sites like [sassmeister.com](https://www.sassmeister.com/) to generate the CSS for you instead:
262262

263263
```sass
264-
@use "sass;math";
264+
@use "sass:math";
265265
.grid-stack > .grid-stack-item {
266266
267267
$gridstack-columns: 12;

0 commit comments

Comments
 (0)