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

feat: postcss support #172

Merged
merged 2 commits into from
Jun 6, 2018
Merged

feat: postcss support #172

merged 2 commits into from
Jun 6, 2018

Conversation

brandonocasey
Copy link
Contributor

No description provided.

@brandonocasey brandonocasey added this to the v6.0.0 milestone Jun 6, 2018
@brandonocasey brandonocasey force-pushed the feat/postcss branch 2 times, most recently from db2f7af to 9c78662 Compare June 6, 2018 20:49
@brandonocasey brandonocasey merged commit 6664523 into master Jun 6, 2018
@@ -51,10 +51,12 @@
"videojs-standard": "^6.0.0"
},
"optionalDependencies": {
"autoprefixer": "^8.6.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another one to consider is cssnext postcss-preset-env (https://preset-env.cssdb.org/) (apparently, cssnext has been deprecated)

const path = require('path');
const fs = require('fs');

const browserList = ['defaults', 'ie 11'];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about adding firefox ESR?

@brandonocasey brandonocasey deleted the feat/postcss branch June 7, 2018 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants