Skip to content

Commit

Permalink
Modifs
Browse files Browse the repository at this point in the history
  • Loading branch information
w6cloud committed Jan 29, 2023
1 parent a856657 commit 86ce92d
Show file tree
Hide file tree
Showing 10 changed files with 3,388 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

node_modules
25 changes: 25 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"recommendations": [
"kamikillerto.vscode-colorize",
"anseki.vscode-color",
"dzhavat.css-flexbox-cheatsheet",
"pranaygp.vscode-css-peek",
"mikestead.dotenv",
"editorconfig.editorconfig",
"usernamehw.errorlens",
"eamodio.gitlens",
"spywhere.guides",
"oderwat.indent-rainbow",
"yzhang.markdown-all-in-one",
"pkief.material-icon-theme",
"ibm.output-colorizer",
"christian-kohler.path-intellisense",
"sainoba.px-to-rem",
"syler.sass-indented",
"sibiraj-s.vscode-scss-formatter",
"mrmlnc.vscode-scss",
"sonarsource.sonarlint-vscode",
"stylelint.vscode-stylelint",
"quentinguidee.gitignore-ultimate"
]
}
8 changes: 8 additions & 0 deletions .vscode/w6-css.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {}
}
Loading

0 comments on commit 86ce92d

Please sign in to comment.