Skip to content
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

【开源自荐】让移动端视图展示在桌面端的 PostCSS 插件 #2620

Closed
wswmsword opened this issue Oct 1, 2023 · 1 comment
Closed

Comments

@wswmsword
Copy link

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

  • 示例代码:

import mobile from 'postcss-mobile-forever' // <---- 这里
import autoprefixer from 'autoprefixer'
// 省略……
{
	postcss: {
		plugins: [
			autoprefixer(),
			mobile({ // <---- 这里
				appSelector: '#app',
				viewportWidth: 375,
				maxDisplayWidth: 580,
			}),
		],
	},
}
// 省略……
  • 截图:
移动端的展示效果 移动端横屏的展示效果
桌面端的展示效果
  • 后续更新计划:持续更新
@wswmsword wswmsword changed the title 【开源自荐】 【开源自荐】让移动端视图展示在桌面端的 PostCSS 插件 Oct 1, 2023
@521xueweihan
Copy link
Owner

非常感谢您推荐项目。

该项目暂不能收录到 HelloGitHub 月刊中,HelloGitHub 推荐项目审核标准 #271
期待持续完善该项目,后续推荐更多的项目。

再次感谢您对 HelloGitHub 的支持 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants