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
Tyler ZikaTyler Zika 

Working with Lightning Design System framework, locally.

Hello,

I'd like to design the front end of my app using the Lightning Design System framework before I hook it up to the backend of my salesforce org. I downloaded the resources from https://www.lightningdesignsystem.com. This is the resources I have connect to my index.html

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

  <head>
    <title>Project Name</title>
    <link rel="stylesheet" href="assets/styles/salesforce-lightning-design-system.css">
  </head>

It appears that some resources are not showing up when implement the code, such as SVGs and modals not hiding when I set 
aria-hidden="true"

What others resources would I need to manually include in the index.html file?
Tyler ZikaTyler Zika
and how would I include them.