Skip to content

Commit

Permalink
Merge branch 'feature/tailwind' of github.com:WebDevStudios/wd_s into…
Browse files Browse the repository at this point in the history
… feature/tailwind
  • Loading branch information
coreymcollins committed Oct 16, 2020
2 parents 4a4c440 + b34685c commit dab6e20
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 53 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
**/node_modules/**
**/vendor/**
**/build/**
**/dist/**

# ...but for everything else, go for it, we don't really have opinions about those.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"scss.validate": false
}
106 changes: 54 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"stylelint": "~13.7.2",
"stylelint-config-wordpress": "~17.0.0",
"svgstore-cli": "^2.0.0",
"tailwindcss": "^1.9.2"
"tailwindcss": "^1.9.3"
},
"eslintConfig": {
"extends": "@webdevstudios/js-coding-standards",
Expand Down

0 comments on commit dab6e20

Please sign in to comment.