glide.sp.theme.parse_scss

ServiceNow property description:

Flag to include theme css as inline style or individual links

Attributes

  • Sys ID: d405a3b877110010d81e7811a9106130
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.sp.theme.parse_scss` determines how the CSS for themes in the Service Portal is included in the page. When this property is enabled, the theme's CSS is parsed and included as inline styles within the HTML. If the property is disabled, the CSS is linked as individual external stylesheets. This setting can impact the performance and loading behavior of the Service Portal, as inline styles can reduce the number of HTTP requests but may increase the size of the HTML document. The choice between inline styles and external links can also affect caching and the ability to manage styles separately.

Source

Related property: glide.home.page