Skip to content

Commit bc2d8f2

Browse files
committed
chore: added missing comments
1 parent 6ba7f27 commit bc2d8f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/core/application/application-common.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ export class ApplicationCommon {
307307
CSSUtils.pushToSystemCssClasses(`${CSSUtils.CLASS_PREFIX}${platform}`);
308308

309309
// SDK Version CSS classes
310+
// Add exact version class (e.g., .ns-ios-26 or .ns-android-36)
311+
// this acts like 'gte' for that major version range
312+
// e.g., if user wants iOS 27, they can add .ns-ios-27 specifiers
310313
CSSUtils.pushToSystemCssClasses(`${CSSUtils.CLASS_PREFIX}${platform}-${Math.floor(SDK_VERSION)}`);
311314
}
312315

0 commit comments

Comments
 (0)