-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JavaScript] Fix top-level properties in css tagged template strings (#…
…4035) * [JavaScript] Fix top-level properties in css tagged template strings Styled components may just contain property value pairs instead of full stylesheets. This commit therefore adjusts extended CSS syntax to support both, selectors and properties in main top-level context. * [JavaScript] Fix selector interpolation This commit excludes prototype from `main` context to ensure it being applied to selectors, property names and property values only. Without this change selectors starting with interpolation `${...}` are not matched correctly. * [JavaScript] Rename embedded syntax definitions This commit names hidden syntaxes `<name> (for ...)` to indicate them not being intended for standalone use.
- Loading branch information
Showing
8 changed files
with
111 additions
and
0 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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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