Sublime Text 3 Plugin for converting CSS to SASS/Stylus from clipboard
STOP WASTING YOUR TIME removing brackets, semicolons and formating any css inserted from your browser to Sublime Text.
![Example usage]
(https://habrastorage.org/files/1cc/aa6/0bb/1ccaa60bb0924c8b8976b99acf0e5fd9.gif)
You could also copy something like this:
{
display: block;
color: #ffffff;
}
And plugin will transform it to:
display: block
color: #ffffff
Default: true
.
Add semicolon after property name or not. Makes sense only for stylus.
Ctrl+V
on Windows/Linux
Cmd+V
on OS X