mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 12:44:42 +01:00
commit
5e644a36cd
@ -1,8 +1,10 @@
|
||||
## 1.26.0
|
||||
## 1.26.0-test.1
|
||||
|
||||
* Don't throw errors if the exact same member is loaded or forwarded from
|
||||
multiple modules at the same time.
|
||||
|
||||
## 1.25.2
|
||||
|
||||
* Fix a bug where, under extremely rare circumstances, a valid variable could
|
||||
become unassigned.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: sass
|
||||
version: 1.26.0-dev
|
||||
version: 1.26.0-test.1
|
||||
description: A Sass implementation in Dart.
|
||||
author: Sass Team
|
||||
homepage: https://github.com/sass/dart-sass
|
||||
|
@ -66,7 +66,7 @@ String get _nuspec => """
|
||||
<authors>Natalie Weizenbaum</authors>
|
||||
<owners>nex3</owners>
|
||||
<projectUrl>https://github.com/sass/dart-sass</projectUrl>
|
||||
<licenseUrl>https://github.com/sass/dart-sass/blob/${pkg.version}/LICENSE</licenseUrL>
|
||||
<licenseUrl>https://github.com/sass/dart-sass/blob/${pkg.version}/LICENSE</licenseUrl>
|
||||
<iconUrl>https://cdn.rawgit.com/sass/sass-site/f99ee33e4f688e244c7a5902c59d61f78daccc55/source/assets/img/logos/logo-seal.png</iconUrl>
|
||||
<bugTrackerUrl>https://github.com/sass/dart-sass/issues</bugTrackerUrl>
|
||||
<description>**Sass makes CSS fun again**. Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
|
||||
|
Loading…
Reference in New Issue
Block a user