Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Toolchain
sgc
Commits
50c3ce10
Commit
50c3ce10
authored
Jan 12, 2015
by
Philipp Nowinski
Browse files
[TASK] adjust default autoprefixer options to company guidelines
parent
8a770fe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/index.js
View file @
50c3ce10
...
...
@@ -122,7 +122,7 @@ module.exports = yeoman.generators.Base.extend((function() {
type
:
'
input
'
,
name
:
'
autoprefixerBrowserSelection
'
,
message
:
'
Please provide the configuration strings for autoprefixer
'
,
default
:
'
\'
last 1 version
\'
,
\'
> 1%
\'
,
\'
ie 8
\'
,
\'
ie 7
\'
'
default
:
'
\'
last 1 version
\'
,
\'
> 1%
\'
,
\'
ie 8
\'
'
}
],
function
(
_answers
)
{
answers
=
_
.
extend
(
answers
,
_answers
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment