gerillass 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,6 +21,7 @@ Hope you’ll enjoy using it!
|
|
|
21
21
|
|
|
22
22
|
## Table of Contents
|
|
23
23
|
|
|
24
|
+
- [Dart Sass Upgrade](#dart-sass-upgrade)
|
|
24
25
|
- [Installation](#installation)
|
|
25
26
|
- [Node.js Installation](#nodejs-installation)
|
|
26
27
|
- [Using with React.js](#using-with-reactjs)
|
|
@@ -35,6 +36,11 @@ Hope you’ll enjoy using it!
|
|
|
35
36
|
- [License](#license)
|
|
36
37
|
- [Additional Info](#additional-info)
|
|
37
38
|
|
|
39
|
+
## Dart Sass Upgrade
|
|
40
|
+
_We are saying goodbye to LibSass with version 1.3.0_ :cry:
|
|
41
|
+
|
|
42
|
+
Because LibSass and the packages built on it, including Node Sass, are deprecated, **Gerillass will no longer support LibSass since version 1.3.0** If you're having a problem running Gerillass v1.3.0 please consider using Dart Sass instead of LibSass. If you are running Dart Sass already, you can install and use Gerillass 1.3.0 and later versions safely. If not, however, please use the earlier versions.
|
|
43
|
+
|
|
38
44
|
## Installation
|
|
39
45
|
|
|
40
46
|
npm install gerillass --save-dev
|
package/package.json
CHANGED