0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C22 forks (22 forks)auto 404
cssenhancementgood first issueyaml
Repository metrics
- Stars
- 28 stars (28 stars)
- PR merge metrics
- Avg merge 12h 6m (Avg merge 12h 6m)95 merged PRs in 30d (95 merged PRs in 30d)
Description
DescriptionCategory: OTag: orderBrief: Sets the order of the flexible item, relative to the restLearn more about orderImplement this tag in the Salam programming language for generating equivalent CSS.
Contributor guide
- Research direction
- Investigate how other CSS tags are implemented in the Salam compiler (e.g., 'display' or 'flex'). Look at the source code for the existing tag implementations, then add the 'order' property to the appropriate module following the same pattern. Test with a simple Salam program that uses the order tag and verify the generated CSS.
- Tech stack
- cssc
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- CSSSalam language basics