Skip to content

Commit

Permalink
SCSS cleanup and reorganization, editor config added
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Apr 9, 2020
1 parent 7e90e73 commit ba21034
Show file tree
Hide file tree
Showing 28 changed files with 1,002 additions and 972 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions dist/assets/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ba21034

Please sign in to comment.