diff --git a/.editorconfig b/.editorconfig index c150dd6..f15441a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,22 +5,8 @@ charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true - -# 4 spaces indentation -[*.{json}] indent_style = space -indent_size = 4 +indent_size = 2 [*.md] trim_trailing_whitespace = false -indent_style = space -indent_size = 4 - -# 2 spaces indentation -[*.{js,css,scss,html}] -indent_style = space -indent_size = 2 - -[{package.json}] -indent_style = space -indent_size = 2 diff --git a/package.json b/package.json index ccfb382..9472ad5 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "v.scss", - "version": "1.2.0", + "version": "1.2.1", "description": "A SCSS v() function to better write CSS custom properties and chain more fallbacks.", "main": "src/functions/v.scss", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "files": [], "keywords": [ "css", "custom properties",