-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1030 from amzn/v3-fixes-port
V3 fixes port
- Loading branch information
Showing
5 changed files
with
434 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'style-dictionary': patch | ||
--- | ||
|
||
Allow overriding CSS formatting with commentStyle and commentPosition props. | ||
For commentStyle, options are 'short' or 'long'. | ||
For commentPosition, options are 'above' or 'inline'. | ||
|
||
We also ensure that the right defaults are picked for CSS, SASS/SCSS, Stylus and Less. | ||
|
||
This also contains a fix for ensuring that multi-line comments are automatically put "above" rather than "inline". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'style-dictionary': patch | ||
--- | ||
|
||
Allow outputReferences to work on non-string values. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.