Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.

Comments

Fix SCSS linter error unexpected named color "white"#238

Merged
richard67 merged 1 commit intodevelopmentfrom
development-fix-scss-cs
Nov 15, 2020
Merged

Fix SCSS linter error unexpected named color "white"#238
richard67 merged 1 commit intodevelopmentfrom
development-fix-scss-cs

Conversation

@richard67
Copy link
Member

Pull Request for Issue # .

Summary of Changes

Fixes error Unexpected named color "white" reported by the SCSS linter for the templates/cassiopeia/scss/blocks/_banner.scss file.

The error was introduced with PR #227 .

Testing Instructions

Code review and test if the separator line in the banner is still white.

Run node ./node_modules/stylelint/bin/stylelint.js --config build/.stylelintrc.json -s scss "templates/**/*.scss".

Actual result BEFORE applying this Pull Request

The separator line in the banner is white.

The linter report an Unexpected named color "white" error for file templates/cassiopeia/scss/blocks/_banner.scss.

Expected result AFTER applying this Pull Request

The separator line in the banner is still white.

The linter doesn't report the Unexpected named color "white" error for file templates/cassiopeia/scss/blocks/_banner.scss.

Documentation Changes Required

None.

@richard67 richard67 requested a review from chmst November 14, 2020 23:04
Copy link
Contributor

@N6REJ N6REJ left a comment

Choose a reason for hiding this comment

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

pass's code review

@richard67 richard67 merged commit 6815986 into development Nov 15, 2020
@richard67 richard67 deleted the development-fix-scss-cs branch November 15, 2020 09:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants