diff --git a/config/package/.gitignore b/config/package/.gitignore index 24da4ef..a7e1f93 100644 --- a/config/package/.gitignore +++ b/config/package/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/config/package/postcss.config.js b/config/package/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/config/package/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/behavior/.gitignore b/packages/behavior/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/behavior/.gitignore +++ b/packages/behavior/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/behavior/postcss.config.js b/packages/behavior/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/behavior/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/core/.gitignore b/packages/core/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/core/.gitignore +++ b/packages/core/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/core/postcss.config.js b/packages/core/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/core/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/entity/.gitignore b/packages/entity/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/entity/.gitignore +++ b/packages/entity/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/entity/postcss.config.js b/packages/entity/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/entity/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/graphics/.gitignore b/packages/graphics/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/graphics/.gitignore +++ b/packages/graphics/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/graphics/postcss.config.js b/packages/graphics/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/graphics/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/input/.gitignore b/packages/input/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/input/.gitignore +++ b/packages/input/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/input/postcss.config.js b/packages/input/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/input/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/math/.gitignore b/packages/math/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/math/.gitignore +++ b/packages/math/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/math/postcss.config.js b/packages/math/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/math/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/physics/.gitignore b/packages/physics/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/physics/.gitignore +++ b/packages/physics/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/physics/postcss.config.js b/packages/physics/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/physics/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/resource/.gitignore b/packages/resource/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/resource/.gitignore +++ b/packages/resource/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/resource/postcss.config.js b/packages/resource/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/resource/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/s13n/.gitignore b/packages/s13n/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/s13n/.gitignore +++ b/packages/s13n/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/s13n/postcss.config.js b/packages/s13n/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/s13n/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/sound/.gitignore b/packages/sound/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/sound/.gitignore +++ b/packages/sound/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/sound/postcss.config.js b/packages/sound/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/sound/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/timing/.gitignore b/packages/timing/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/timing/.gitignore +++ b/packages/timing/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/timing/postcss.config.js b/packages/timing/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/timing/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/topdown/.gitignore b/packages/topdown/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/topdown/.gitignore +++ b/packages/topdown/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/topdown/postcss.config.js b/packages/topdown/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/topdown/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +}; diff --git a/packages/traits/.gitignore b/packages/traits/.gitignore index 24da4ef..a7e1f93 100644 --- a/packages/traits/.gitignore +++ b/packages/traits/.gitignore @@ -1,6 +1,7 @@ **/*.js **/*.map !/.* +!/postcss.config.js !/webpack.config.js !src/**/*.js !/test/**/*.js diff --git a/packages/traits/postcss.config.js b/packages/traits/postcss.config.js new file mode 100644 index 0000000..08c5240 --- /dev/null +++ b/packages/traits/postcss.config.js @@ -0,0 +1,6 @@ +/* eslint-disable global-require */ +module.exports = { + plugins: [ + require('autoprefixer'), + ], +};