-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.29.0
-
Component/s: Studio Designer
-
Tags:
-
Sprint:NOS 11.1.30 - 2020-03 2
-
Story Points:2
If you use the "Document Page" template to generate an element in Designer, it will generate invalid CSS:
(sorry I can't get Jira to stop breaking the examples)
@apply(--layout-vertical);
The correct syntax is:
@apply --layout-vertical;
Should be no parenthesis.
Example to reproduce:
- Go to "Layout Blocks"
- Create a new element
- Use the "Document Page" template
- is related to
-
NXS-5112 Improve templates used in Layout Blocks editor
- Resolved