Skip to content

Instantly share code, notes, and snippets.

@javimata
Created March 24, 2022 15:19
Show Gist options
  • Save javimata/566c57b9202a9d8f91fe5ed437bcb6ba to your computer and use it in GitHub Desktop.
Save javimata/566c57b9202a9d8f91fe5ed437bcb6ba to your computer and use it in GitHub Desktop.
Settings vscode compile less to liquid
{
"less.compile": {
"compress": false,
"out": "./$1.css.liquid",
"autoprefixer": "> 5%, last 2 Chrome versions, not ie 6-9"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment