Electrum does support mini private keys and will import them in your wallet
https://github.com/spesmilo/electrum/blob/d2f132738a2a13d896b11ca984d94930cc1c9aad/electrum/bitcoin.py#L669-L680
but user must keep this in mind that Electrum by default will use the uncompressed public key and will derive the P2PKH address. the address type is not an issue but if any version of Casascius were using compressed key there will be a problem.
https://github.com/spesmilo/electrum/blob/d2f132738a2a13d896b11ca984d94930cc1c9aad/electrum/bitcoin.py#L578
ps. in case this was an issue bitaddress.org tool could be used. it can return both compressed and uncompressed private keys from a minikey which could be imported in any wallet. https://github.com/pointbiz/bitaddress.org