[stylesheet] version of less up to 4.1.2
This commit is contained in:
parent
42164b4ea4
commit
8410640633
|
@ -95,8 +95,8 @@
|
||||||
|
|
||||||
.pixel-ratio__1_5 {
|
.pixel-ratio__1_5 {
|
||||||
@ratio: 1.5;
|
@ratio: 1.5;
|
||||||
@one-px: 1px / @ratio;
|
@one-px: (1px / @ratio);
|
||||||
@two-px: 2px / @ratio;
|
@two-px: (2px / @ratio);
|
||||||
|
|
||||||
--pixel-ratio-factor: @ratio;
|
--pixel-ratio-factor: @ratio;
|
||||||
--scaled-one-pixel: @one-px;
|
--scaled-one-pixel: @one-px;
|
||||||
|
@ -108,8 +108,8 @@
|
||||||
|
|
||||||
.pixel-ratio__1_25 {
|
.pixel-ratio__1_25 {
|
||||||
@ratio: 1.25;
|
@ratio: 1.25;
|
||||||
@one-px: 1px / @ratio;
|
@one-px: (1px / @ratio);
|
||||||
@two-px: 2px / @ratio;
|
@two-px: (2px / @ratio);
|
||||||
|
|
||||||
--pixel-ratio-factor: @ratio;
|
--pixel-ratio-factor: @ratio;
|
||||||
--scaled-one-pixel: @one-px;
|
--scaled-one-pixel: @one-px;
|
||||||
|
@ -118,8 +118,8 @@
|
||||||
|
|
||||||
.pixel-ratio__1_75 {
|
.pixel-ratio__1_75 {
|
||||||
@ratio: 1.75;
|
@ratio: 1.75;
|
||||||
@one-px: 1px / @ratio;
|
@one-px: (1px / @ratio);
|
||||||
@two-px: 2px / @ratio;
|
@two-px: (2px / @ratio);
|
||||||
|
|
||||||
--pixel-ratio-factor: @ratio;
|
--pixel-ratio-factor: @ratio;
|
||||||
--scaled-one-pixel: @one-px;
|
--scaled-one-pixel: @one-px;
|
||||||
|
|
34
vendor/less/README.md
vendored
34
vendor/less/README.md
vendored
|
@ -1,25 +1,15 @@
|
||||||
<p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
|
<p align="center"><img src="http://lesscss.org/public/img/less_logo.png" width="264" height="117">
|
||||||
|
|
||||||
<p align="center"><a href="http://badge.fury.io/js/less"><img src="https://badge.fury.io/js/less.svg"></a> <a href="https://travis-ci.org/less/less.js"><img src="https://travis-ci.org/less/less.js.svg?branch=master" style="max-width:100%;"></a> <a href="https://ci.appveyor.com/project/lukeapage/less-js/branch/master"><img src="https://ci.appveyor.com/api/projects/status/bx2qspy3qbuxpl9q/branch/master?svg=true" style="max-width:100%;"></a> <a href="https://david-dm.org/less/less.js"><img src="https://david-dm.org/less/less.js.svg" style="max-width:100%;"></a> <a href="https://david-dm.org/less/less.js#info=devDependencies"><img src="https://david-dm.org/less/less.js/dev-status.svg" style="max-width:100%;"></a> <a href="https://david-dm.org/less/less.js#info=optionalDependencies"><img alt="optionalDependency Status" src="https://david-dm.org/less/less.js/optional-status.svg" style="max-width:100%;"></a> <a href="https://twitter.com/lesstocss"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/lesstocss.svg?style=flat-square" style="max-width:100%;"></a></p>
|
<p align="center">
|
||||||
|
<a href="https://github.com/less/less.js/actions?query=branch%3Amaster"><img src="https://github.com/less/less.js/actions/workflows/ci.yml/badge.svg?branch=master" alt="Github Actions CI"/></a>
|
||||||
|
<a href="https://www.npmtrends.com/less"><img src="https://img.shields.io/npm/dm/less.svg?sanitize=true" alt="Downloads"></a>
|
||||||
|
<a href="https://www.npmjs.com/package/less"><img src="https://img.shields.io/npm/v/less.svg?sanitize=true" /></a>
|
||||||
|
<a href="https://twitter.com/lesstocss"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/lesstocss.svg?style=flat-square" style="max-width:100%;" /></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p align="center"><a href="https://gitter.im/less/less.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/Join%20Chat.svg" style="max-width:100%;"></a> <br><sup class="rich-diff-level-one">Chat with Less.js users and contributors</sup></p>
|
<p align="center"><a href="https://gitter.im/less/less.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/Join%20Chat.svg" style="max-width:100%;"></a> <br><sup class="rich-diff-level-one">Chat with Less.js users and contributors</sup></p>
|
||||||
|
|
||||||
<p align="center"><a href="https://saucelabs.com/u/less" rel="nofollow"><img src="https://saucelabs.com/browser-matrix/less.svg" alt="Sauce Test Status" style="max-width:100%;"></a></p>
|
This is the Less.js monorepo, managed via [Lerna](https://lerna.js.org/).
|
||||||
|
|
||||||
# [Less.js](http://lesscss.org)
|
|
||||||
|
|
||||||
> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
|
|
||||||
|
|
||||||
This is the JavaScript, official, stable version of Less.
|
|
||||||
|
|
||||||
|
|
||||||
## Getting Started
|
|
||||||
|
|
||||||
Options for adding Less.js to your project:
|
|
||||||
|
|
||||||
* Install with [npm](https://npmjs.org): `npm install less`
|
|
||||||
* [Download the latest release][download]
|
|
||||||
* Clone the repo: `git clone https://github.com/less/less.js.git`
|
|
||||||
|
|
||||||
## More information
|
## More information
|
||||||
|
|
||||||
|
@ -47,6 +37,14 @@ Read [Developing Less](http://lesscss.org/usage/#developing-less).
|
||||||
## Release History
|
## Release History
|
||||||
See the [changelog](CHANGELOG.md)
|
See the [changelog](CHANGELOG.md)
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
### Code Contributors
|
||||||
|
|
||||||
|
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
|
||||||
|
<a href="https://github.com/less/less.js/graphs/contributors"><img src="https://opencollective.com/less/contributors.svg?width=890&button=false" /></a>
|
||||||
|
|
||||||
|
|
||||||
## [License](LICENSE)
|
## [License](LICENSE)
|
||||||
|
|
||||||
Copyright (c) 2009-2017 [Alexis Sellier](http://cloudhead.io) & The Core Less Team
|
Copyright (c) 2009-2017 [Alexis Sellier](http://cloudhead.io) & The Core Less Team
|
||||||
|
|
10839
vendor/less/dist/less-2.7.1.js
vendored
10839
vendor/less/dist/less-2.7.1.js
vendored
File diff suppressed because it is too large
Load diff
17
vendor/less/dist/less-2.7.1.min.js
vendored
17
vendor/less/dist/less-2.7.1.min.js
vendored
File diff suppressed because one or more lines are too long
13716
vendor/less/dist/less.cjs.js
vendored
13716
vendor/less/dist/less.cjs.js
vendored
File diff suppressed because it is too large
Load diff
25226
vendor/less/dist/less.js
vendored
25226
vendor/less/dist/less.js
vendored
File diff suppressed because it is too large
Load diff
6
vendor/less/dist/less.min.js
vendored
6
vendor/less/dist/less.min.js
vendored
File diff suppressed because one or more lines are too long
2
vendor/less/dist/less.min.js.map
vendored
2
vendor/less/dist/less.min.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue