{"id":15016428,"url":"https://github.com/nfriedly/eleventy-plugin-less","last_synced_at":"2026-02-23T22:03:21.630Z","repository":{"id":243397684,"uuid":"812298381","full_name":"nfriedly/eleventy-plugin-less","owner":"nfriedly","description":"Plugin for eleventy (11ty) to convert Less stylesheets to CSS","archived":false,"fork":false,"pushed_at":"2024-06-08T17:07:09.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T06:25:17.910Z","etag":null,"topics":["css","eleventy","eleventy-plugin","less","less-css","lesscss"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/eleventy-plugin-less","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nfriedly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-08T13:51:11.000Z","updated_at":"2024-12-20T02:32:22.000Z","dependencies_parsed_at":"2024-06-08T16:25:42.497Z","dependency_job_id":null,"html_url":"https://github.com/nfriedly/eleventy-plugin-less","commit_stats":null,"previous_names":["nfriedly/eleventy-plugin-less"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nfriedly/eleventy-plugin-less","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfriedly%2Feleventy-plugin-less","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfriedly%2Feleventy-plugin-less/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfriedly%2Feleventy-plugin-less/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfriedly%2Feleventy-plugin-less/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nfriedly","download_url":"https://codeload.github.com/nfriedly/eleventy-plugin-less/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfriedly%2Feleventy-plugin-less/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294579,"owners_count":22987635,"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","eleventy","eleventy-plugin","less","less-css","lesscss"],"created_at":"2024-09-24T19:48:52.036Z","updated_at":"2025-10-31T14:02:12.705Z","avatar_url":"https://github.com/nfriedly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"eleventy-plugin-less\n====================\n\nPlugin for [Eleventy (11ty)](https://www.11ty.dev) to compile [Less stylesheets](https://lesscss.org) to [CSS](https://developer.mozilla.org/en-US/docs/Glossary/CSS).\n\nCurrently compiles *every* .less file in your project into a distinct output .ccs file. You can use [eleventy ignores](https://www.11ty.dev/docs/ignores/) to disable compilation of library, utility, etc. files.\n\nAutomatically appends inline sourcemaps to the end of files.\n\n## Usage\nIn your `.eleventy.js` [config file](https://www.11ty.dev/docs/config/):\n\n```js\nconst pluginLess = require(\"eleventy-plugin-less\");\n\nmodule.exports = function (eleventyConfig) {\n\televentyConfig.addPlugin(pluginLess);\n    // ...\n};\n\n```\n\nThere are currently no configuration options.\n\n## Todo\n* Tests\n* Add a way to specify entrypoint files and ignore all others\n* Add a way to control sourcemaps\n* Allow options to be passed directly to less","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfriedly%2Feleventy-plugin-less","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnfriedly%2Feleventy-plugin-less","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfriedly%2Feleventy-plugin-less/lists"}