Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions plugins/pf-design-tokens/skills/pf-tokens/SKILL.md
Original file line number Diff line number Diff line change
@@ -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/`.