skyline-wxss

Identify supported and unsupported CSS properties in Skyline WXSS.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/yyds-x/walk --skill skyline-wxss-yyds-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skyline-wxss
Source: https://github.com/yyds-x/walk/tree/main/.agents/skills/skyline-wxss
Command: npx skills add https://github.com/yyds-x/walk --skill skyline-wxss-yyds-x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

帮助开发者理解 Skyline WXSS 在样式迁移与兼容性方面的限制,提供 Skyline 下可用的 CSS 属性、取值及禁止项的信息,帮助从标准 CSS 迁移到 Skyline 时快速评估样式在目标环境中的表现。

Core Features & Use Cases

  • 提供 SkylineWXSS 对 CSS 属性的支持清单、对照表及常见限制,帮助开发者在设计阶段规避不可用样式。
  • 适用于从 Web 风格迁移到 Skyline 的场景、样式调试和跨组件一致性验证。
  • 快速定位需要替代的属性,指导实现替代方案以确保渲染一致性。

Quick Start

将现有的 CSS 样式与 Skyline WXSS 的支持清单逐条对照,并按文档给出的替代方案应用以确保样式在 Skyline 中正确渲染。

Frequently Asked Questions about skyline-wxss

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What CSS properties does Skyline WXSS support for layout and typography?

Skyline WXSS supports specific CSS properties for layout, typography, and text styling. It maps supported properties and values to actionable checks, helping you verify rendering compatibility during style planning and migration.

How do I migrate standard CSS gradients to Skyline WXSS?

To migrate standard CSS gradients to Skyline WXSS, compare your existing background-image and gradient handling rules against the Skyline support checklist. Apply the documented alternative properties to ensure correct gradient rendering.

Does Skyline WXSS support standard CSS animations and flex layouts?

Yes, Skyline WXSS provides support for flex layouts and animation rules. You can verify the exact supported values and constraints for these properties by checking the compatibility reference guide during your debugging process.

Why are my CSS styles not working in Skyline WXSS?

Your CSS styles may not be working in Skyline WXSS due to existing gaps in CSS support. Identifying unsupported properties and applying alternative solutions from the Skyline reference guide ensures cross-component rendering consistency.

What are the limitations of Skyline WXSS compared to standard CSS?

Skyline WXSS has limitations and unsupported CSS properties compared to standard CSS. It highlights existing gaps and forbidden items, enabling developers to quickly locate and substitute incompatible styles for target environment compatibility.