Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: John Kreitlow <[email protected]>
  • Loading branch information
m-akinc and radium-v authored Feb 20, 2024
1 parent 58f1c4b commit 5deaaaf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"comment": "Fix CSS custom property precedence issue",
"packageName": "@microsoft/fast-element",
"email": "[email protected]",
"dependentChangeType": "patch"
"dependentChangeType": "prerelease"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"comment": "Fix CSS custom property precedence issue",
"packageName": "@microsoft/fast-foundation",
"email": "[email protected]",
"dependentChangeType": "patch"
"dependentChangeType": "prerelease"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
import type {
Constructable,
ElementController,
FASTElement,
} from "@microsoft/fast-element";
import {
type Constructable,
type ElementController,
type FASTElement,
ElementStyles,
observable,
Observable,
prependToAdoptedStyleSheetsSymbol,
Updates,
} from "@microsoft/fast-element";
import { ElementStyles, observable, Observable, Updates } from "@microsoft/fast-element";

/**
* A target that can have key/value pairs set and removed.
Expand Down

0 comments on commit 5deaaaf

Please sign in to comment.