Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
7.2.X
-
None
-
None
-
1
Description
Creating a new theme with FontAwesome fails to import the font.
1) Create a new theme based on _styled theme.
2) Download Liferay Classic Theme v.7.2 files and use them in your project.
3) File clay.scss from the Classic theme has 2 import lines:
@import 'liferay-font-awesome/scss/font-awesome';
@import 'liferay-font-awesome/scss/glyphicons';
4) Building the theme fails (com.liferay.portal.tools.theme.builder).
5) Workaround - delete imports from clay.scss.