Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
projectwallace
/
css-parser
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
5
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add support for CSS if() inline conditional function parsing
- #253
#253
Merged
bartveneman
merged 11 commits into
main
projectwallace/css-parser:main
from
claude/great-tesla-9us65p
projectwallace/css-parser:claude/great-tesla-9us65p
Copy head branch name to clipboard
Aug 16, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Add support for CSS if() inline conditional function parsing
#253
bartveneman
merged 11 commits into
main
projectwallace/css-parser:main
from
claude/great-tesla-9us65p
projectwallace/css-parser:claude/great-tesla-9us65p
Copy head branch name to clipboard
Commits
Commits on Aug 16, 2026
Add support for parsing inline if()
Show description for 1e73ead
claude
committed
1e73ead
View commit details
Copy full SHA for 1e73ead
Browse repository at this point
Add spec-based parsing of CSS inline if()
Show description for 7bae532
claude
committed
7bae532
View commit details
Copy full SHA for 7bae532
Browse repository at this point
Parse if() condition functions and branch values as structured nodes
Show description for f506916
claude
committed
f506916
View commit details
Copy full SHA for f506916
Browse repository at this point
Fix IF_BRANCH/RATIO node type collision from rebase onto main
Show description for 99c5dc2
claude
committed
99c5dc2
View commit details
Copy full SHA for 99c5dc2
Browse repository at this point
Address review feedback on if() PR
Show description for 4af4bd2
claude
committed
4af4bd2
View commit details
Copy full SHA for 4af4bd2
Browse repository at this point
Trim if() parser's duplicate logic to reduce bundle size
Show description for c5c702d
claude
committed
c5c702d
View commit details
Copy full SHA for c5c702d
Browse repository at this point
fix: format scan_matching_paren signature per oxfmt
claude
committed
6c02043
View commit details
Copy full SHA for 6c02043
Browse repository at this point
test: rename abbreviated var in new if() test
claude
committed
bb1dd4a
View commit details
Copy full SHA for bb1dd4a
Browse repository at this point
fix: parse if() condition functions into real MediaFeature/SupportsQuery nodes
Show description for a8d5622
claude
committed
a8d5622
View commit details
Copy full SHA for a8d5622
Browse repository at this point
fix: remove duplicate find_colon_at_depth_zero in parse-condition.ts
Show description for b7c3d5c
claude
committed
b7c3d5c
View commit details
Copy full SHA for b7c3d5c
Browse repository at this point
fix linting
bartveneman
committed
2767d0c
View commit details
Copy full SHA for 2767d0c
Browse repository at this point
You can’t perform that action at this time.