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

Fix stylelint scss config #26

Merged
merged 1 commit into from
Jan 4, 2022
Merged

Fix stylelint scss config #26

merged 1 commit into from
Jan 4, 2022

Conversation

skjnldsv
Copy link
Contributor

@skjnldsv skjnldsv commented Jan 4, 2022

Otherwise we get conflicts and it does this

% npm run stylelint                  

> photos@1.6.0 stylelint
> stylelint src


src/components/Navigation.vue
 147:1  ✖  Unexpected unknown at-rule "@use"         at-rule-no-unknown                
 148:1  ✖  Unexpected invalid position @import rule  no-invalid-position-at-import-rule
 177:2  ✖  Unexpected unknown at-rule "@include"     at-rule-no-unknown                
 181:3  ✖  Unexpected unknown at-rule "@if"          at-rule-no-unknown                

src/views/Albums.vue
 257:2  ✖  Unexpected unknown at-rule "@include"  at-rule-no-unknown

src/views/Tags.vue
 285:2  ✖  Unexpected unknown at-rule "@include"  at-rule-no-unknown

src/views/Timeline.vue
 302:2  ✖  Unexpected unknown at-rule "@include"  at-rule-no-unknown

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
@skjnldsv skjnldsv added the 3. to review Waiting for reviews label Jan 4, 2022
@skjnldsv skjnldsv merged commit ff784af into master Jan 4, 2022
@skjnldsv skjnldsv deleted the fix/stylelint-scss branch January 4, 2022 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants