Files
klz-cables.com/.pnpm-store/v10/files/3b/f57511dc01b0b48b4b2a7403a7df9dd6bdaf460aacd5d0592857d23b8304d8a7235aab3b2d57db2d50d0ba90d43ebe68c6e3f331fed5e68defc5a2c155f708
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

22 lines
623 B
Plaintext

export var MS = '-ms-'
export var MOZ = '-moz-'
export var WEBKIT = '-webkit-'
export var COMMENT = 'comm'
export var RULESET = 'rule'
export var DECLARATION = 'decl'
export var PAGE = '@page'
export var MEDIA = '@media'
export var IMPORT = '@import'
export var CHARSET = '@charset'
export var VIEWPORT = '@viewport'
export var SUPPORTS = '@supports'
export var DOCUMENT = '@document'
export var NAMESPACE = '@namespace'
export var KEYFRAMES = '@keyframes'
export var FONT_FACE = '@font-face'
export var COUNTER_STYLE = '@counter-style'
export var FONT_FEATURE_VALUES = '@font-feature-values'
export var LAYER = '@layer'