Skip to content

Commit

Permalink
120594: update test variables to fit the new bootstrap variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout-atmire committed Dec 18, 2024
1 parent 90474f9 commit b23c151
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/shared/testing/css-variable-service.stub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import {
import { KeyValuePair } from '../key-value-pair.model';

const variables = {
'--bs-sm-min': '576px,',
'--bs-md-min': '768px,',
'--bs-lg-min': '992px',
'--bs-xl-min': '1200px',
'--bs-sm': '576px,',
'--bs-md': '768px,',
'--bs-lg': '992px',
'--bs-xl': '1200px',
} as any;

export class CSSVariableServiceStub {
Expand Down

0 comments on commit b23c151

Please sign in to comment.