function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pankaj MehraPankaj Mehra 

How to use Lightening scss on page

Hi Hive,

I am trying to replicate the Tree Grid view in my app:
https://www.lightningdesignsystem.com/components/trees/#flavor-grid-deep-nesting

I can see that index.scss is loaded on this page:

User-added image

I cannot add scss file in the component directly like this :
<ltng:require styles="/resource/accHierarchy__SLDS100/scss/components/trees/flavors/base/index.scss" />

I know that this is not the process to add scss.

The output of the component comes without the tree structure as the scss file is not loaded on page:

User-added image

Is there any lead how to add scss file on Lightening Component.

Thanks







 
Best Answer chosen by Pankaj Mehra
Pankaj MehraPankaj Mehra
I updated the lightening design system css to latest vesion SLDS 2.0.3 and it worked !!! 

No need to add scss

Thanks