You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,12 @@ Each component has the following files:
13
13
-`themes/*.css` - The theme-specific styles for the component.
14
14
-`stories/*.stories.js` and `stories/template.js` - The storybook assets for rendering components in the Storybook tool and eventually to be used for visual regression testing.
15
15
16
-
The following asset will only be seen in legacy components that have not yet migrated to the new tokens system:
17
-
18
-
-`skin.css` - The theme-specific styles for the component: colors, box-shadows, etc (these change between color stops)
19
-
20
16
See [documentation generation](/tools/bundle-builder/docs/README.md) documentation for more information on the properties available within the `.yml` files.
21
17
22
18
## Editing an existing component
23
19
24
20
1. Run `gulp dev` in the root of the project to begin developing.
25
-
2. Edit `components/$COMPONENT/index.css`and `components/$COMPONENT/skin.css`with dimensions and color properties respectively. The documentation will live reload with your changes.
21
+
2. Edit `components/$COMPONENT/index.css` with dimensions and color properties. The documentation will live reload with your changes.
26
22
3. Edit the markup examples within `components/$COMPONENT/metadata/*.yml`. The documentation will live reload with your changes.
0 commit comments