-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
antd-mobile.less to be processed into PostCSS plugins, but not want to be processed into CSS Modules! #120
Comments
any update? |
This seems like a reasonable feature to include, but I'm not sure when I'll be able to do so. I'm open to PR's as well. In the meantime, the best solution I can think of is to add |
Yeah, those are the packages that actually perform the postcss CSS modules
processing.
See here for more info:
https://github.com/nathantreid/meteor-css-modules/blob/master/README.md#postcss-plugins
…On Tue, Jun 19, 2018, 8:08 PM redim ***@***.***> wrote:
thank you! i add juliancwirko:postcss to proccessed what CSS Modules
passthroughPaths. like this.
[image: image]
<https://user-images.githubusercontent.com/15318800/41631803-3a660fce-7469-11e8-8671-efcea42cf1ac.png>
it works for me. but i have a question for this.
[image: image]
<https://user-images.githubusercontent.com/15318800/41631845-7f27b5b8-7469-11e8-8012-e8bbcd3b24e3.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#120 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABLBNtwAFflXQb_hAkwtCmDzb8XZwtQmks5t-aCYgaJpZM4UlnJ4>
.
|
yeah, got it. when remove this required, but it still work. |
i want node_modules/antd-mobile/dist/antd-mobile.less to be proccessed into postcss-pxtorem plugin but not want to be proccessed into css-modules, this is rep https://github.com/fangjj/test-css-module
if i config passthroughPaths: [ "client/antd.less" ] then node_modules/antd-mobile/dist/antd-mobile.less will not be proccessed into postcss-pxtorem plugin.
The text was updated successfully, but these errors were encountered: