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
- PR metrics pending (PR metrics pending)
Description
DescriptionCategory: PTag: padding-inline-startBrief: Specifies the padding at the start in the inline directionLearn more about padding-inline-startImplement this tag in the Salam programming language for generating equivalent CSS.
Contributor guide
- Research direction
- Find where other CSS tags are defined in the Salam compiler source code (likely in a mapping file or switch statement), add a new entry for 'padding inline start' mapping to the CSS property 'padding inline start', and write a test to verify the generated CSS.
- Tech stack
- ccss
- Domain
- devtools
- Issue type
- Feature
- Prerequisites
- GitC programming