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
sfpsfp 

sfdc-styleguide.herokuapp.com/styles.css files problem in my VF page?

Hi All,

One year back I have used my salesforce mobile app application the following css files. Currently now available.

<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/styles.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/code.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/icons.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-gizmo/ss-gizmo.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-pika/ss-pika.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-gizmo/ss-gizmo.css" />
<apex:stylesheet value="//sfdc-styleguide.herokuapp.com/fonts/ss-standard/ss-standard.css" />

Now page look and fell is gone. Could you please help this issue, where we will find those files.

Kind Regards,
Mohan.
JLA.ovhJLA.ovh
You can find them here : https://github.com/joshbirk/onestarter?files=1
I would strongly suggest that you put them as static resources in your org and use this reference
sfpsfp
Hi Thanks for your reply,

I have added those files in Static resources in my org, even Look and Feel not coming. I have added all the files and assets folder also.

I have not downloaded that time in my org those files.

Kind Regards,
Mohan.