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: page-break-insideBrief: Sets the page-break behavior inside an element. Replaced by break-inside propertyLearn more about page-break-insideImplement this tag in the Salam programming language for generating equivalent CSS.
Contributor guide
- Research direction
- Explore the Salam source code to understand how existing CSS properties (e.g., break inside) are implemented. Identify the relevant files for tag parsing and CSS generation. Look for test cases related to CSS tags. This understanding will guide the implementation of page break inside.
- Tech stack
- ccss
- Domain
- web dev
- Issue type
- Feature
- Prerequisites
- CSSCGit