{"id":15259711,"url":"https://github.com/stevenvachon/less-plugin-future-compat","last_synced_at":"2026-01-05T01:18:57.578Z","repository":{"id":57289999,"uuid":"49518610","full_name":"stevenvachon/less-plugin-future-compat","owner":"stevenvachon","description":"Less.js plugin to avoid conflicts with future CSS features.","archived":false,"fork":false,"pushed_at":"2016-08-08T19:41:29.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T12:39:14.890Z","etag":null,"topics":["css","cssnext","less","less-plugin","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stevenvachon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-12T17:58:02.000Z","updated_at":"2017-04-06T10:27:08.000Z","dependencies_parsed_at":"2022-08-25T07:34:08.902Z","dependency_job_id":null,"html_url":"https://github.com/stevenvachon/less-plugin-future-compat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fless-plugin-future-compat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fless-plugin-future-compat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fless-plugin-future-compat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fless-plugin-future-compat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevenvachon","download_url":"https://codeload.github.com/stevenvachon/less-plugin-future-compat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244888580,"owners_count":20526833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","cssnext","less","less-plugin","nodejs"],"created_at":"2024-09-30T03:09:10.074Z","updated_at":"2026-01-05T01:18:57.551Z","avatar_url":"https://github.com/stevenvachon.png","language":"JavaScript","readme":"# less-plugin-future-compat [![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]\n\n\u003e Less.js plugin to avoid conflicts with future CSS features.\n\nLess.js will attempt to use its own internal functions such as `color()` and will result in errors preventing you from compiling your code. This library removes those functions so that your future CSS code is compatible and ready for a post-processor.\n\n\n## Installation\n\n[Node.js](http://nodejs.org/) `\u003e= 4` is required. To install, type this at the command line:\n```shell\nnpm install less-plugin-future-compat\n```\n\n## Usage\n```js\nvar futureCompat = require(\"less-plugin-future-compat\");\nvar options = { plugins: [futureCompat] };\n\nless.render(lessInput, options).then( function(output) {\n\t// Pass through to post-processor\n});\n```\n\n\n[npm-image]: https://img.shields.io/npm/v/less-plugin-future-compat.svg\n[npm-url]: https://npmjs.org/package/less-plugin-future-compat\n[travis-image]: https://img.shields.io/travis/stevenvachon/less-plugin-future-compat.svg\n[travis-url]: https://travis-ci.org/stevenvachon/less-plugin-future-compat\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenvachon%2Fless-plugin-future-compat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenvachon%2Fless-plugin-future-compat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenvachon%2Fless-plugin-future-compat/lists"}