esbuild-plugin-less icon indicating copy to clipboard operation
esbuild-plugin-less copied to clipboard

esbuild plugin for less files

Results 15 esbuild-plugin-less issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yarn](https://togithub.com/yarnpkg/berry) | [`3.2.2` -> `3.2.4`](https://renovatebot.com/diffs/npm/yarn/3.2.2/3.2.4) | [![age](https://badges.renovateapi.com/packages/npm/yarn/3.2.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://togithub.com/nodejs/node) | volta | minor | [`16.16.0` -> `16.17.1`](https://renovatebot.com/diffs/npm/node/16.16.0/v16.17.1) | ---...

## Expected Behavior ... >cssModulesPlugin https://github.com/indooorsman/esbuild-css-modules-plugin#readme >When working with the cssModulesPlugin, the less files can be compiled into css files first and then handed over to the cssModulesPlugin for further...

enhancement
help wanted

## Expected Behavior This esbuild-less-loader seems to be having trouble with tildes in the import paths within .less files. I assumed I'd have to make a custom resolver to map...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | volta | minor | [`20.11.1` -> `20.12.2`](https://renovatebot.com/diffs/npm/node/v20.11.1/v20.12.2) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [esbuild](https://togithub.com/evanw/esbuild) | [`0.20.1` -> `0.20.2`](https://renovatebot.com/diffs/npm/esbuild/0.20.1/0.20.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.20.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Hi :) Thanks for this plugin. I encountered this little bug on a project with circular dependencies. I assume the issue is in the recursive in the reduce, we may...

This would be good to have ## Expected Behavior It should resolve as ``` .main-container { padding: 0.5rem; } ``` ## Actual Behavior .main-container { ~~padding: 1rem/2;~~ } ## Steps...

## Context Consider two packages "project-a" and "project-b". "project-a" depends on "dependency-a" v1.0.0 "project-b" depends on "dependency-a" v2.0.0 Both projects import a file "style.less" from "dependency-a". "project-a" should get v1.0.0...