3 个仓库
Applies a minimal set of clean, responsive base styles so a page looks good without any custom CSS.
Distinct from CSS Base Styles: Distinct from CSS Base Styles: adds responsive behavior to the base styles, ensuring pages look good without custom CSS.
Explore 3 awesome GitHub repositories matching user interface & experience · Responsive Base Styles. Refine with filters or upvote what's useful.
A minimalist CSS framework.
Applies a minimal set of clean, responsive base styles so a page looks good without any custom CSS.
该项目是一个响应式 CSS 库和元素尺寸监控器。它为 CSS 容器查询提供了 Polyfill,使得在原生浏览器支持不可用的环境中,能够根据元素的特定尺寸应用样式。 该库实时监控目标 DOM 元素的宽度和高度,并在尺寸发生变化时触发自定义回调。它通过根据预定义的尺寸阈值而不是整个浏览器窗口尺寸执行布局调整和样式更改来适配 UI 组件。 该工具通过多种机制管理这些适配,包括注入动态 CSS 变量、基于阈值的类切换,以及使用 ResizeObserver API 将元素尺寸与样式表同步。
Applies different CSS rules based on the size of a specific element rather than the browser window.
This project is a mobile web application template and optimization kit providing a foundational project structure for building responsive websites. It functions as a responsive CSS framework and a set of utilities for managing viewport scaling, touch event responses, and user-agent feature detection. The project distinguishes itself through specialized web app manifest configurations and server performance settings. It includes systems for defining home screen icons and metadata to enable web applications to behave like native apps, alongside pre-defined directives for caching, compression, a
Implements a set of responsive base styles and normalization to ensure consistent styling across device vendors.