Foren

Liferay Class theme SASS (scss) files

Riley Pickerl, geändert vor 11 Jahren.

Liferay Class theme SASS (scss) files

Junior Member Beiträge: 50 Beitrittsdatum: 10.01.13 Neueste Beiträge
Hello,
I am trying to create a new theme for Liferay. I noticed that Liferay uses SASS to generate its CSS files. Is there somewhere that I can find these SASS files? I would really like to see how they are used in Liferay so that I can modify their SASS files to create a new look for my theme.

Thanks,
Riley Pickerl
Bradley Wood, geändert vor 11 Jahren.

RE: Liferay Class theme SASS (scss) files

thumbnail
John Nguyen, geändert vor 10 Jahren.

RE: Liferay Class theme SASS (scss) files

New Member Beiträge: 21 Beitrittsdatum: 16.07.12 Neueste Beiträge
Bradley Wood:
You can use SASS inside of the theme css files such as custom.css just add @import "compass" to also have the compass features.



This is only for scss syntax, not sass.