legacy-knowledge-base
公開されました Jul. 2, 2025

bladeで作成したテーマをビルドできない:Sass::SyntaxError: ...nput-margin-x. "の後に無効なCSSがある:"

written-by

Zalán Szakolci

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • 最新のDeveloper Studioでテーマを作成すると、
    Sassでビルドが失敗します::SyntaxError: ...nput-margin-x. "の後に無効なCSSがあります:": 期待される表現 (例: 1px, bold) は "!default;" でした

環境

  • Liferay DXP 7.1
  • Liferay DXP 7.2

解像度

  • 最新のBlade、IDE、IntelliJを使用するか、以下の回避策でCSSBuilderのバージョンをロックしてください:
    • 次の行を 0> build.gradleに追加します:
      cssBuilder group: "com.liferay", name: "com.liferay.css.builder", version: "3.0.0"

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base