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

Enforce stylelint #889

Merged
merged 3 commits into from
Dec 3, 2018
Merged

Enforce stylelint #889

merged 3 commits into from
Dec 3, 2018

Conversation

RobbieTheWagner
Copy link
Member

I'm using styleline-config-ship-shape here, but open to other configs, if we don't want this one. One of the main changes to note is things are alphabetized.

I'm using styleline-config-ship-shape here, but open to other configs, if we don't want this one. One of the main changes to note is things are alphabetized.
.component-tree-item__bracket::after {
content: '}}';

.component-tree-item__bracket:after {
Copy link
Member

Choose a reason for hiding this comment

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

Minor: psuedo elements in CSS should use ::. It's in more places, used for before and after.

Copy link
Member Author

Choose a reason for hiding this comment

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

The stylelint rules have a rule to use a single :. I prefer the single, but not a big deal either way to me.

app/styles/pill.scss Outdated Show resolved Hide resolved
@RobbieTheWagner RobbieTheWagner merged commit 5286332 into master Dec 3, 2018
@RobbieTheWagner RobbieTheWagner deleted the stylelint branch December 3, 2018 21:51
cyril-sf pushed a commit to cyril-sf/ember-inspector that referenced this pull request Mar 30, 2022
* Enforce stylelint

I'm using styleline-config-ship-shape here, but open to other configs, if we don't want this one. One of the main changes to note is things are alphabetized.

* Add missing px, remove standard stylelint config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants