I need to modify CSS file from a script and I want to make sure I don't break it.
Is there any command line tool that understands CSS structures and allows to edit them?
TLDR; I need jq
command but for CSS files, a command line CSS parser/editor.
sass
helps here... Could you elaborate on how I could achieve this withsass
?