You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Playground App we have hidden Complex Patterns category with not supported for a moment CSS Code.
After #95 will be merged we should go and provide proper changes for gradients in Complex Patterns Category and add it into Playground database at Matadata.json and insert with name and slug into Categories.json file.
The text was updated successfully, but these errors were encountered:
@bbenetskyy Without #95 you should be able to fix Gradient Parser for background-size in CSS, now we have:
{
"slug": "b79936eb-215b-4d46-801d-800e7057bf3e",
"stylesheet": "repeating-radial-gradient(...)52px 52px", // this is bad
"tags": [ "complexpatterns" ]
},
In Playground App we have hidden
Complex Patterns
category with not supported for a moment CSS Code.After #95 will be merged we should go and provide proper changes for gradients in
Complex Patterns
Category and add it into Playground database atMatadata.json
and insert with name and slug intoCategories.json
file.The text was updated successfully, but these errors were encountered: