首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏前端小叙

    eslint+prettier学习

    "plugins": [ "stylelint-order" ], "rules": { "order/order": [ "custom-properties stylelint-order', 'stylelint-scss' ], rules: { "order/order": [ "custom-properties

    2.7K20发布于 2020-09-24
  • 低版本浏览器兼容方案:IE11 适配 ES6 语法与 CSS 新特性

    postcss-preset-env')({ stage: 3, autoprefixer: { grid: 'autoplace' }, features: { 'custom-properties ': false } }) ] } 根据 .browserslistrc 自动补齐前缀,启用 grid: 'autoplace' 为 IE11 生成 -ms-grid 关闭 custom-properties

    36910编辑于 2025-12-15
  • 来自专栏林德熙的博客

    dotnet OpenXML 解析 WPS 不规范的 PPT 文件的 cNvPr 重复 id 问题

    > <Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/<em>custom-properties</em>" xmlns:vt

    1.4K10发布于 2020-12-22
  • 来自专栏FreeBuf

    Office文件追踪方案探索

    > <Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/<em>custom-properties</em>" xmlns:

    3K40发布于 2020-08-28
  • 来自专栏腾讯IMWeb前端团队

    腾讯 IMWeb 团队的前端构建秘籍

    green); background: var(--primary); // 我们期望转换为 background: #08cb6a;} 解决方法:禁用 postcss-preset-env 中的custom-properties ,安装6.x版本的custom-properties,单独添加该插件。

    1.9K30编辑于 2022-06-29
  • 来自专栏JowayYoung谈前端

    一键格式化代码带来的快感 | 你还在为每个项目配置Stylelint和Eslint吗

    never", "rule-empty-line-before": "never", "order/order": [ "custom-properties

    2.1K10发布于 2021-03-04
  • 用JS/HTML/CSS 构建可拖拽、可冻结、可编辑的原生交互式表格示例

    ✅响应式与可访问性使用--custom-properties统一主题色,便于定制;所有按钮含aria-label语义(可扩展);支持键盘导航(Enter保存编辑,Escape取消)。五、如何扩展?

    43521编辑于 2026-04-01
  • 来自专栏柒八九技术收纳盒

    前端项目里都有啥?

    'postcss-preset-env': { autoprefixer: {}, stage: 3, features: { 'custom-properties

    1.1K10编辑于 2024-01-30
领券