-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for the Autoprefixer version 10.4.19.0.
- Loading branch information
Showing
249 changed files
with
426 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore" Version="3.23.7" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.21.0" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.21.0" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64" Version="3.21.0" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64" Version="3.21.0" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.Msie" Version="3.23.7" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.NiL" Version="3.23.5" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore" Version="3.24.1" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.24.1" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.24.1" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64" Version="3.24.1" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64" Version="3.24.1" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.Msie" Version="3.24.1" /> | ||
<PackageVersion Include="JavaScriptEngineSwitcher.NiL" Version="3.24.1" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"sdk": { | ||
"version": "8.0.200" | ||
"version": "8.0.202" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
.NET wrapper around the Andrey Sitnik's [Autoprefixer](https://github.com/postcss/autoprefixer) version 10.4.18.0. | ||
.NET wrapper around the Andrey Sitnik's [Autoprefixer](https://github.com/postcss/autoprefixer) version 10.4.19.0. | ||
|
||
Since the original library is written in JavaScript, you will need a JS engine to run it. As a JS engine is used the [JavaScript Engine Switcher](https://github.com/Taritsyn/JavaScriptEngineSwitcher) library. | ||
For correct working, you need to install one of the following NuGet packages: | ||
|
||
* [JavaScriptEngineSwitcher.ChakraCore](https://www.nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore) | ||
* [JavaScriptEngineSwitcher.Jint](https://www.nuget.org/packages/JavaScriptEngineSwitcher.Jint) | ||
* [JavaScriptEngineSwitcher.V8](https://www.nuget.org/packages/JavaScriptEngineSwitcher.V8) | ||
* [JavaScriptEngineSwitcher.Msie](https://www.nuget.org/packages/JavaScriptEngineSwitcher.Msie) (only in the Chakra JsRT modes) | ||
* [JavaScriptEngineSwitcher.V8](https://www.nuget.org/packages/JavaScriptEngineSwitcher.V8) | ||
|
||
After installing the packages, you will need to [register the default JS engine](https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/Registration-of-JS-engines). |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.