mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
94233: Fixed tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Observable, of as observableOf } from 'rxjs';
|
||||
import { KeyValuePair } from '../key-value-pair.model';
|
||||
|
||||
const variables = {
|
||||
'--bs-sm-min': '576px,',
|
||||
@@ -19,4 +20,16 @@ export class CSSVariableServiceStub {
|
||||
addCSSVariable(name: string, value: string): void {
|
||||
/**/
|
||||
}
|
||||
|
||||
addCSSVariables(variables: KeyValuePair<string, string>[]): void {
|
||||
/**/
|
||||
}
|
||||
|
||||
clearCSSVariables(): void {
|
||||
/**/
|
||||
}
|
||||
|
||||
getCSSVariablesFromStylesheets(document: Document): void {
|
||||
/**/
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user