Skip to content

Commit

Permalink
pretty pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed Jun 11, 2020
1 parent de8b376 commit bacf742
Show file tree
Hide file tree
Showing 9 changed files with 517 additions and 276 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export class FASTDesignSystemProvider extends DesignSystemProvider implements Om
neutralOutlineRestDelta: number;
// (undocumented)
neutralPalette: string[];
noPaint: boolean;
// (undocumented)
outlineWidth: number;
// (undocumented)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { display } from "@microsoft/fast-foundation";

export const DesignSystemProviderStyles = css`
${display("block")};
`;
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import {
DensityOffset,
DesignSystem,
DesignSystemDefaults,
neutralForegroundRest
neutralForegroundRest,
} from "@microsoft/fast-components-styles-msft";
import {
CSSCustomPropertyBehavior,
designSystemProperty,
DesignSystemProvider,
designSystemProvider,
DesignSystemProviderTemplate as template
DesignSystemProviderTemplate as template,
} from "@microsoft/fast-foundation";
import { DesignSystemProviderStyles as styles } from "./design-system-provider.styles";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export class FASTDesignSystemProvider extends DesignSystemProvider implements Om
neutralOutlineRestDelta: number;
// (undocumented)
neutralPalette: string[];
noPaint: boolean;
// (undocumented)
outlineWidth: number;
// (undocumented)
Expand Down
Loading

0 comments on commit bacf742

Please sign in to comment.