next-with-less icon indicating copy to clipboard operation
next-with-less copied to clipboard

Next.js + Less CSS Support

Results 11 next-with-less issues
Sort by recently updated
recently updated
newest added

My dependencies ``` "next-with-less": "^3.0.1", "next": "13.4.6", "tailwindcss": "3.3.2", "postcss": "8.4.24", "autoprefixer": "10.4.14", "antd": "^4.24.10", "less": "^4.1.3", "less-loader": "^11.1.3", ``` There is no **pages** folder in my project. I'm using...

Added TypeScript support by providing declaration file

## Versions next-with-less: 2.0.5 less-loader: 11.1.0 less: 4.1.3 (dev dependency) next: 13.0.0 antd: 4.23.6 ## next.config.js ```js const withLess = require('next-with-less'); module.exports = withLess({ reactStrictMode: true, swcMinify: true, experimental: {...

I'm currently trying to migrate from `next-plugin-antd-less` to this packages, since `next-plugin-antd-less` isn't working anymore for me since next 13. Anyway, with this plugin compiling kinda works again but less-loader...

Hi 🙂, I want to report an issue when upgrading to next@12 ### Versions * Next.js: v12.0.7 * less-loader: v10.2.0 * next-with-less: v2.0.5 ### Issue node_modules paths in `url(...)` like...

Hi, I have a problem after `next start` ``` error - ../../node_modules/antd/lib/alert/style/index.less Module parse failed: Unexpected character '@' (1:0) You may need an appropriate loader to handle this file type,...

I caught an error since upgrading to next@12 relative `url(...)` inside node_modules is resolved incorrectly Examples: * `url(../fonts/glyphicons-halflings-regular.eot)` => `url(../node_modules/bootstrap/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot)` * `url(./ajax-loader.gif)` => `url(../node_modules/slick-carousel/node_modules/slick-carousel/slick/ajax-loader.gif)` This PR fix above issue, I...

Thank you for taking on the mantle of ant design + nextjs! I'm really excited. I am getting the following error ``` Syntax error: Selector ":global .ant-breadcrumb-separator" is not pure...

Hi! Thanks for trying to contibute to solving the Next 10 / Webpack 5 / Ant Design mess ;-) I am trying you solution, but ending up with ``` info...