mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:24:46 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
14
web/admin-spa/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js
generated
vendored
14
web/admin-spa/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js
generated
vendored
@@ -1,14 +0,0 @@
|
||||
let Declaration = require('../declaration')
|
||||
|
||||
class TextEmphasisPosition extends Declaration {
|
||||
set(decl, prefix) {
|
||||
if (prefix === '-webkit-') {
|
||||
decl.value = decl.value.replace(/\s*(right|left)\s*/i, '')
|
||||
}
|
||||
return super.set(decl, prefix)
|
||||
}
|
||||
}
|
||||
|
||||
TextEmphasisPosition.names = ['text-emphasis-position']
|
||||
|
||||
module.exports = TextEmphasisPosition
|
||||
Reference in New Issue
Block a user