Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added hxrgba and autoprefixer postcss plugins #54

Merged
merged 3 commits into from
Jul 26, 2017
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"sulu-admin-bundle": "file:vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/js"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
Expand All @@ -19,6 +20,7 @@
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"glob": "^7.1.2",
"postcss-hexrgba": "^0.2.1",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"postcss-nested": "^2.0.2",
Expand Down
2 changes: 2 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ module.exports = {
'postcss-import': {},
'postcss-nested': {},
'postcss-simple-vars': {},
'postcss-hexrgba': {},
'autoprefixer': {},
}
};
655 changes: 655 additions & 0 deletions web/adminV2/main.0689ee21788b85530c70.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions web/adminV2/main.1089daeb799197e11153.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions web/adminV2/main.1b4ecc0a61b08eaba2a9.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions web/adminV2/main.34176489314a0cb19370.css

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions web/adminV2/main.3cb1c9ab68e427986b85.js

Large diffs are not rendered by default.

2,808 changes: 2,808 additions & 0 deletions web/adminV2/main.4e93415d5879dd3562b6.js

Large diffs are not rendered by default.

511 changes: 511 additions & 0 deletions web/adminV2/main.6f0b58a9656f5d09340e.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions web/adminV2/main.96fbda680db8496e2c17.css

Large diffs are not rendered by default.

643 changes: 643 additions & 0 deletions web/adminV2/main.aeb81ec1a7a50ec7cd21.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions web/adminV2/main.b5c77a1b5f8360c6844a.css

Large diffs are not rendered by default.

Loading