Skip to content

Conversation

@nex3
Copy link
Contributor

@nex3 nex3 commented Sep 23, 2025

@nex3 nex3 force-pushed the css-mixin-function branch from 9c12eb4 to cc4eda7 Compare September 23, 2025 22:20
@nex3 nex3 marked this pull request as ready for review September 23, 2025 22:30
@nex3 nex3 requested a review from Goodwine September 23, 2025 22:30
@nex3 nex3 marked this pull request as draft September 24, 2025 23:03
@nex3 nex3 force-pushed the css-mixin-function branch from cc4eda7 to c60e908 Compare November 5, 2025 23:24
@nex3 nex3 force-pushed the css-mixin-function branch from c60e908 to 06c6e6f Compare November 5, 2025 23:29
@nex3 nex3 marked this pull request as ready for review November 5, 2025 23:38
// Parse custom properties as declarations no matter what.
var name = nameBuffer.interpolation(spanFrom(start, beforeColon));
if (name.initialPlain.startsWith('--')) {
var customProperty = name.initialPlain.startsWith('--');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Rename to isCustomProperty to make it clear it's a boolean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants