Skip to content

Commit

Permalink
fix style linters
Browse files Browse the repository at this point in the history
  • Loading branch information
anas599 committed May 24, 2023
1 parent 000fccb commit 911f8ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@
!/tmp/storage/
!/tmp/storage/.keep

/public/assets


# Ignore master key for decrypting credentials and more.
/config/master.key
/config/database.yml


/node_modules
/tmp
tmp/
!/app/assets/builds/.keep
# .gitignore
node_modules/
/node_modules
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"csstree/validator": true
},
"ignoreFiles": ["build/**", "dist/**", "**/reset*.css", "**/bootstrap*.css","**/bootstrap/**/*.css",
"**/bootstrap/**/*.scss","app/assets/builds/application.css"]
"**/bootstrap/**/*.scss","app/assets/builds/application.css", "public/**"]
}
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'bootstrap/scss/bootstrap';
@import 'bootstrap-icons/font/bootstrap-icons';
//= link_tree ../images
//= link_tree ../builds
//= link_tree ../builds

0 comments on commit 911f8ee

Please sign in to comment.