semicolon after last attribute
Open
- Dominant language
- Python
- Stars
- 17
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
hi,
```
.row.temporary_price_list_id { padding-left: 130px; width: 88% }
```
parser is ignoring 'width' attribute because of lack of semicolon. semicolon is not required after last attribute so it looks like a bug for me
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the parser behavior with the CSS snippet in the issue, focusing on the final width declaration without a trailing semicolon. Trace the parser's handling of the last attribute and verify that both padding-left and width are recognized; done means the snippet parses width correctly without requiring the semicolon.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100