Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Add postcss-focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 26, 2016
1 parent dc6e519 commit e57cca5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"html-webpack-harddisk-plugin": "0.0.2",
"html-webpack-plugin": "~2.22.0",
"html-webpack-template": "~5.1.1",
"postcss-focus": "~1.0.0",
"postcss-import": "~8.1.2",
"postcss-loader": "~0.13.0",
"precss": "~1.4.0",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ module.exports = {
},
postcss: [
require('postcss-import'),
require('postcss-focus'),
require('precss'),
require('autoprefixer')
]
Expand Down
1 change: 1 addition & 0 deletions webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ module.exports = {
},
postcss: [
require('postcss-import'),
require('postcss-focus'),
require('precss'),
require('autoprefixer')
]
Expand Down

0 comments on commit e57cca5

Please sign in to comment.