[Solved] _exception.scss syntax error in netbeans

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
adamtang
Posts: 3
Joined: 30 Jun 2017, 17:18

03 Jul 2017, 22:19

Hi All,

I'm using netbeans and I'm still new to PrimeFaces JSF.

I'm trying to copy the folder of sass into netbeans web project as instructed by Manhattan documentation
A custom theme can be developed by the following steps.

Create a custom theme folder such as primefaces-manhattan-myown under webapp/resources and place an empty theme.scss inside.
Copy the sass folder from the distribution to webapp/resources.
Define the variables listed below and import the /sass/theme/_theme.scss file.
But netbeans ide mark a error in /sass/layout/_exception.scss

at line 232
}

@return nth($x-list, $x),
nth($y-list, $y);
}
Is it syntax error or it is netbeans issue?

Thank you very much and the theme is awesome.
Last edited by adamtang on 04 Jul 2017, 09:31, edited 1 time in total.

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

04 Jul 2017, 08:44

Please use

Code: Select all

@return (nth($x-list, $x), nth($y-list, $y)); 
instead of

Code: Select all

@return nth($x-list, $x),
nth($y-list, $y);
I'll add this fix into next release.

Post Reply

Return to “Manhattan - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests