Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(components): updated _all.scss with missing components #2684

Merged
merged 1 commit into from
Feb 7, 2020

Conversation

mcoker
Copy link
Contributor

@mcoker mcoker commented Feb 6, 2020

fixes #2683

cur=`pwd`
base="src/patternfly"

for dir in layouts components; do
path="$cur/$base/$dir"
file="_all.scss"

cd $path
find . -name "*.scss" | grep -v $file | sed -e 's/^/@import "/g' | sed -e 's/$/";/g' | sort > $file

done

@mcoker mcoker requested a review from redallen February 6, 2020 23:27
@patternfly-build
Copy link

PatternFly-Next preview: https://patternfly-next-pr-2684.surge.sh

@redallen
Copy link
Contributor

redallen commented Feb 7, 2020

I like your bash script!

@redallen redallen merged commit f24376e into patternfly:master Feb 7, 2020
@redallen
Copy link
Contributor

redallen commented Feb 7, 2020

🎉 This PR is included in version 2.58.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants