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: RTag: resizeBrief: Defines if (and how) an element is resizable by the userLearn more about resizeImplement this tag in the Salam programming language for generating equivalent CSS.
Contributor guide
- Research direction
- Explore the Salam compiler source code to understand how existing CSS tags are implemented. Look for a similar tag implementation pattern (e.g., 'overflow') and follow it to add the 'resize' tag. The implementation likely involves adding a mapping from Salam's DSL to the CSS property. Check the compiler's AST or code generation modules for CSS.
- Tech stack
- c
- Domain
- backendcompilers
- Issue type
- Feature
- Prerequisites
- Ccompiler basics