fix: build
This commit is contained in:
@@ -18,7 +18,5 @@
|
||||
$medium_size: 16px;
|
||||
|
||||
:export {
|
||||
normal_weight: $normal_weight;
|
||||
|
||||
medium_size: $medium_size;
|
||||
}
|
||||
|
||||
6
src/views/styles/fonts.module.scss.d.ts
vendored
6
src/views/styles/fonts.module.scss.d.ts
vendored
@@ -5,12 +5,6 @@ export interface IWeights {
|
||||
normal_weight: number;
|
||||
}
|
||||
|
||||
/**
|
||||
* the type for all the size scss variables exported from fonts.module.scss
|
||||
*/
|
||||
export interface ISizes {
|
||||
medium_size: number;
|
||||
}
|
||||
|
||||
/** A utility type that removes the _weight postfix from the variable names for weights */
|
||||
export type Weight = keyof IWeights extends `${infer U}_weight` ? U : never;
|
||||
|
||||
Reference in New Issue
Block a user