-
Notifications
You must be signed in to change notification settings - Fork 169
Conversation
…: -ms-flexbox`). Usage: Pass a [Browserlist](https://github.com/ai/browserslist) supported string (e. g. `last 2 versions`) to the `liveSassCompile.settings.autoprefix` config, or `null` to turn off. Default is `null`.
Wah!! Thanks a lot for the PR 😄 |
package.json
Outdated
"type": [ | ||
"string", | ||
"null" | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you not think it could be an array ?
(I don't know much about the configuration of browerlist).
I got this from https://github.com/ai/browserslist
"browserslist": [
"> 1%",
"last 2 versions"
]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be better as an array, yes! I'll fix it as soon as possible.
I test locally, It's working perfectly fine... Thanks a lot 😄 |
src/appModel.ts
Outdated
*/ | ||
private async autoprefix(css: string, target: string): Promise<string> { | ||
let result = ''; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But target
& result
is not used anywhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what have I been doing
Thanks for reviewing!
Looks great 😃 ... Thanks (again) for the PR! ❤️ |
Glad to help! 😺 |
Usage
Pass a Browserlist supported string (e. g.
last 2 versions
) to theliveSassCompile.settings.autoprefix
config, ornull
to turn off. Default isnull
.Solves #19