I recently try to Copy and Paste CSS code and this occurred this a simple copy Ctrl+c
and this is a simple paste Ctrl+v
but the result looks like this:
is there any way to prevent this and have simple Ctrl+c and Ctrl+v?
use 'copy all declarations' or 'copy rule' in inspect element until they fix this issue.
copy rule: it would copy selectors + properties + values
copy all declarations: it would copy properties + values not selectors
simple copy result:
But with copy all declarations or copy rule:
result: