diff --git a/plugins/pf-design-tokens/skills/pf-tokens/SKILL.md b/plugins/pf-design-tokens/skills/pf-tokens/SKILL.md new file mode 100644 index 0000000..2a7d805 --- /dev/null +++ b/plugins/pf-design-tokens/skills/pf-tokens/SKILL.md @@ -0,0 +1,11 @@ +Build CSS design tokens for PatternFly core and move them to the PatternFly repository. + +## What to do + +1. Build the SCSS for PatternFly core using the `build:scss:core` script +2. Copy the generated CSS files from the build output to the PatternFly repository's token directory (PatternFly is typically cloned as a sibling directory) + +## Expected outcome + +The PatternFly repository's `src/patternfly/base/tokens/` directory contains the freshly built CSS token files from this repository's build output at `packages/module/build/css/`. +