-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 7.2.X
-
Fix Version/s: None
-
Component/s: Liferay Themes > Classic, Themes Infrastructure
-
Labels:None
-
Story Points:1
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.