Skip to content

Instantly share code, notes, and snippets.

@ankitasingh34
Created March 30, 2022 10:04
Show Gist options
  • Save ankitasingh34/bbd6253b7a5c9dd9524e527d15aebec8 to your computer and use it in GitHub Desktop.
Save ankitasingh34/bbd6253b7a5c9dd9524e527d15aebec8 to your computer and use it in GitHub Desktop.
Problem : While deploying the theme getting Exception in thread "main" com.liferay.sass.compiler.dart.internal.DartSassCompilerException: de.larsgrefer.sass.embedded.SassCompilationFailedException: Error: Expected "important".
Solution :
If no com.liferay.css.builder property is given in the build.gradle file of theme, then Liferay will take the latest version which is giving above error.
So to avoid this add cssBuilder group: "com.liferay", name: "com.liferay.css.builder", version: "3.0.3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment