CSS Support
WebF implements it owner layout system based on Flutter's rendering systems and provides you the essential CSS abilities to build your apps with your existing CSS acknowledges.
note
The CSS support in WebF is still under heavy development. It requires more developer and times to getting involved to
become compatible with popular CSS UI libraries like tailwindcss
or others.
If you encounter layout issues when using UI libraries, try to report the issue to us and implement your layout without
using the UI libraries.
To gain a clear understanding of which CSS properties and methods can be used in WebF. We can divide the CSS into the follow categories:
- Using CSS in HTML and JavaScript
- CSS Selectors
- CSS cascade and inheritance
- Styling Text and Fonts
- The Box Model
- Overflow and scrolling
- Value and Units
- Sizing Items
- Box Shadow and Filters
- Box Shadow and Filters
- Flow Layout
- Flex layout
- Background and Borders
- Positioning