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

Prefix icon variables with app name to avoid conflicts #12421

Merged
merged 1 commit into from
Nov 15, 2018

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Nov 12, 2018

Otherwise apps with the same icon name will overwrite each other.

Example:

deck uses: @include icon-color('app', 'deck', $color-black);
calendar uses: @include icon-color('app', 'calendar', $color-black);

Before:

Both icon variables have the same name --icon-app-000

Before:

deck uses --icon-deck-app-000
calendar uses --icon-calendar-app-000

Copy link
Member

@skjnldsv skjnldsv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome stuff on your last pr!! You 🎸 !!

@MorrisJobke
Copy link
Member

Jsunit tests failed 🙈

Copy link

@JanDragon JanDragon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great

@MorrisJobke MorrisJobke added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Nov 12, 2018
@MorrisJobke MorrisJobke mentioned this pull request Nov 14, 2018
24 tasks
@MorrisJobke
Copy link
Member

@juliushaertl Would be nice to get them fixed for tomorrow 😃

@juliusknorr juliusknorr force-pushed the bugfix/noid/icons-cacher-app-prefix branch from a95fc1a to 56ad676 Compare November 15, 2018 09:16
@MorrisJobke MorrisJobke added 4. to release Ready to be released and/or waiting for tests to finish and removed 2. developing Work in progress labels Nov 15, 2018
@MorrisJobke
Copy link
Member

JSUnit still fails 🙈

@MorrisJobke MorrisJobke added 2. developing Work in progress and removed 4. to release Ready to be released and/or waiting for tests to finish labels Nov 15, 2018
@juliusknorr juliusknorr force-pushed the bugfix/noid/icons-cacher-app-prefix branch from 56ad676 to da6cf15 Compare November 15, 2018 10:16
Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliusknorr juliusknorr force-pushed the bugfix/noid/icons-cacher-app-prefix branch from da6cf15 to 521b2dd Compare November 15, 2018 10:47
@MorrisJobke MorrisJobke added 4. to release Ready to be released and/or waiting for tests to finish and removed 2. developing Work in progress labels Nov 15, 2018
@juliusknorr
Copy link
Member Author

@MorrisJobke MorrisJobke merged commit 7baa67c into master Nov 15, 2018
@MorrisJobke MorrisJobke deleted the bugfix/noid/icons-cacher-app-prefix branch November 15, 2018 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants