We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
项目地址:https://github.com/wswmsword/postcss-mobile-forever
类别:JS、CSS
项目标题:让移动端视图展示在桌面端的 PostCSS 插件
项目描述:一款 PostCSS 插件,将固定尺寸的移动端视图转为具有最大宽度的可伸缩的移动端视图,让移动端视图处处可访问。相比 postcss-px-to-viewport,mobile-forever 能够限制最大宽度,从而使桌面端可访问;相比 rem + js,mobile-forever 不涉及 javascript,仅使用 CSS 完成限制移动端视图最大宽度的任务。
亮点:支持限制移动端视图的最大宽度、提供多种方式限制最大宽度、易用的 API
示例代码:
import mobile from 'postcss-mobile-forever' // <---- 这里 import autoprefixer from 'autoprefixer' // 省略…… { postcss: { plugins: [ autoprefixer(), mobile({ // <---- 这里 appSelector: '#app', viewportWidth: 375, maxDisplayWidth: 580, }), ], }, } // 省略……
The text was updated successfully, but these errors were encountered:
非常感谢您推荐项目。
该项目暂不能收录到 HelloGitHub 月刊中,HelloGitHub 推荐项目审核标准 #271。 期待持续完善该项目,后续推荐更多的项目。
再次感谢您对 HelloGitHub 的支持 🙏
Sorry, something went wrong.
No branches or pull requests
postcss-mobile-forever
项目地址:https://github.com/wswmsword/postcss-mobile-forever
类别:JS、CSS
项目标题:让移动端视图展示在桌面端的 PostCSS 插件
项目描述:一款 PostCSS 插件,将固定尺寸的移动端视图转为具有最大宽度的可伸缩的移动端视图,让移动端视图处处可访问。相比 postcss-px-to-viewport,mobile-forever 能够限制最大宽度,从而使桌面端可访问;相比 rem + js,mobile-forever 不涉及 javascript,仅使用 CSS 完成限制移动端视图最大宽度的任务。
亮点:支持限制移动端视图的最大宽度、提供多种方式限制最大宽度、易用的 API
示例代码:
The text was updated successfully, but these errors were encountered: