Foren
RE: Liferay Class theme SASS (scss) files
Riley Pickerl, geändert vor 12 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
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 12 Jahren.
This is only for scss syntax, not sass.
RE: Liferay Class theme SASS (scss) files
John Nguyen, geändert vor 11 Jahren.
RE: Liferay Class theme SASS (scss) files
New Member Beiträge: 21 Beitrittsdatum: 16.07.12 Neueste BeiträgeBradley 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.