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

XW-3287 | Include CSS prefixes for the last 5 browser versions #133

Merged
merged 2 commits into from
Apr 24, 2017
Merged
Show file tree
Hide file tree
Changes from all 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: 1 addition & 1 deletion dist/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/design-system.css

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions docs/assets/design-system.js

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/assets/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/wds.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">


<meta name="design-system/config/environment" content="%7B%22modulePrefix%22%3A%22design-system%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22hash%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22design-system%22%2C%22version%22%3A%225.13.4+94983d48%22%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />
<meta name="design-system/config/environment" content="%7B%22modulePrefix%22%3A%22design-system%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22hash%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22design-system%22%2C%22version%22%3A%225.13.5+2a9fd623%22%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />

<link rel="stylesheet" href="/assets/vendor.css">
<link rel="stylesheet" href="/assets/design-system.css">
Expand Down
3 changes: 2 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app'),
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
autoprefixer: {
browsers: ['last 4 versions'],
browsers: ['last 5 versions'],
cascade: false
},
fingerprint: {
Expand Down Expand Up @@ -61,6 +61,7 @@ module.exports = function(defaults) {
additionalTrees.push(SvgStore('style-guide/assets', {
outputFile: '/svg/sprite.svg',
svgstoreOpts: {
inline: true,
svgAttrs: {
style: 'position: absolute; width: 0; height: 0;',
width: '0',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"broccoli-asset-rev": "2.4.6",
"broccoli-funnel": "1.0.7",
"broccoli-svgstore": "0.4.0",
"broccoli-svgstore": "0.4.2",
"design-system-i18n": "Wikia/design-system-i18n#0.7.0",
"ember-browserify": "1.1.13",
"ember-cli": "2.8.0",
Expand Down