书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 11282 个相关结果.
  • ConfigProvider 全局配置

    ConfigProvider 全局配置 介绍 引入 深色模式 开启深色模式 动态切换 定制主题 介绍 示例 自定义 CSS 变量 通过 CSS 覆盖 通过 ConfigProvider 覆盖 在 TypeScript 中使用 结合深色模式与 CSS 变量 示例 主题变量 基础变量 修改变量 变量列表 API Props ...
  • 前端开发

    前端开发规范 CSS 规范 JavaScript规范 其他规范: 文件结构 前端开发规范 CSS 规范 Choerodon 的前端采用 Stylelint 作为CSS 语法检查。同时遵循如下规范: 选择Sass作为预处理 禁止使用CSS in JS CSS命名规范 . choerodon -元素块-修饰符 < Header cl...
  • 前端开发

    前端开发规范 CSS 规范 JavaScript规范 其他规范: 文件结构 前端开发规范 CSS 规范 Choerodon 的前端采用 Stylelint 作为CSS 语法检查。同时遵循如下规范: 选择Sass作为预处理 禁止使用CSS in JS CSS命名规范 . choerodon -元素块-修饰符 < Header ...
  • Utility-First Fundamentals

    Utility-First Fundamentals Overview Why not just use inline styles? Maintainability concerns Core Concepts Utility-First Fundamentals Building complex components from a cons...
  • 简化界面描述代码

    1644 2018-11-30 《LCUI 编程指南》
    简化界面描述代码 简化界面描述代码 上一章节介绍了如何用 C 代码描述界面效果,只是实现简单的效果的话,这代码看上去还行,但如果需要描述复杂点的界面的话,写出来的 C 代码会变得臃肿且难以阅读和维护,为解决这个问题,可以改用 XML 和 CSS。以下是 CSS 代码,请将其保存为 helloworld.css 文件。 textview . text...
  • Minify

    Minify middleware is provided by tdewolff/minify . import ( "github.com/clevergo/clevergo" "github.com/tdewolff/minify/v2" "github.com/tdewolff/minify/v2/c...
  • 微信小程序

    微信小程序 微信小程序 @megalo /target 的 platform 设置成 wechat ,mini-css-extract-plugin 提取文件后缀改成微信小程序的 wxss 。 const createMegaloTarget = require ( '@megalo/target' ) const com...
  • Browser Support

    Browser Support Vendor Prefixes Getting Started Browser Support Understanding which browsers Tailwind supports and how to manage vendor prefixes. In general, Tailwind CSS v3....
  • RTL

    Get familiar Experimental feature Required HTML Starter template RTL examples Approach Customize from source Custom RTL values Alternative font stack LTR and RTL at the sam...
  • Introduction

    384 2020-09-06 《Dojo v7.0 Tutorial》
    Introduction Building Custom Elements Using Custom Elements Introduction Dojo widgets can be compiled into custom elements and therefore be used like any other type of HTML t...