SLDS Classes in Custom Markup If your custom markup significantly diverges from the SLDS blueprint’s markup, you may experience breaking changes in the transition to SLDS 2. To reduce the risk, update your markup to align with the associated SLDS blueprint as closely as possible for your use...
Don’t use type selectors with classes, for example, h1.className { rules }. They raise your CSS specificity and create a dependency on your markup that’s likely to cause issues in the future. Avoid long, nested selectors. This is a major red flag that your CSS has ...
Don’t use type selectors with classes, for example, h1.className { rules }. They raise your CSS specificity and create a dependency on your markup that’s likely to cause issues in the future. Avoid long, nested selectors. This is a major red flag that your CSS has sp...
Don’t use type selectors with classes, for example, h1.className { rules }. They raise your CSS specificity and create a dependency on your markup that’s likely to cause issues in the future. Avoid long, nested selectors. This is a major red flag that your CSS has...
SLDS Classes in Custom Markup If your custom markup significantly diverges from the SLDS blueprint’s markup, you may experience breaking changes in the transition to SLDS 2. To reduce the risk, update your markup to align with the associated SLDS blueprint as closely as possible for your use...