Skip to content

Commit 916f0fc

Browse files
authored
Merge pull request #259 from BeAPI/fix/f-column.scss
fix (f-column.scss) : wrong condition
2 parents 2a668e7 + 1867901 commit 916f0fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [12.x]
19+
node-version: [16.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

src/scss/02-tools/_f-column.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
$gutter-width: map.get($preset, gutter-width);
7373
$column-width: map.get($preset, column-width);
7474

75-
@if $nb-gutter {
75+
@if not $nb-gutter {
7676
$nb-gutter: $nb-column - 1;
7777
}
7878

0 commit comments

Comments
 (0)