书栈网 · BookStack 本次搜索耗时 0.063 秒,为您找到 11342 个相关结果.
  • 配置文件

    配置文件 配置文件 Webpack 在执行的时候,除了在命令行传入参数,还可以通过指定的配置文件来执行。默认情况下,会搜索当前目录的 webpack.config.js 文件,这个文件是一个 node.js 模块,返回一个 json 格式的配置信息对象,或者通过 --config 选项来指定配置文件。 继续我们的案例,在根目录创建 packag...
  • Adding Custom Styles

    Adding Custom Styles Customizing your theme Using arbitrary values Arbitrary properties Arbitrary variants Handling whitespace Resolving ambiguities Using CSS and @layer Addi...
  • Colors

    Colors Colors Conveying meaning to assistive technologies Opacity How it works Example Specificity Sass Variables Map Utilities API View on GitHub Colors Convey mean...
  • Upgrade Guide

    Upgrade Guide Install Tailwind CSS v2.0 and PostCSS 8 Support for IE 11 has been dropped Upgrade to Node.js 12.13 or higher Update typography and forms plugins Remove future an...
  • Upgrade Guide

    Upgrade Guide Install Tailwind CSS v2.0 and PostCSS 8 Support for IE 11 has been dropped Upgrade to Node.js 12.13 or higher Update typography and forms plugins Remove future an...
  • Configuration

    Generating your configuration file Default configuration Configuration Sections Colors Screens Styles Modules Options Prefix Important Separator At the heart of every T...
  • Selectors

    Selectors Using selectors Constructing selectors Using selectors Extensions to CSS Selectors Nesting selectors Selecting element attributes Using selectors with regular expres...
  • Selectors

    Selectors Using selectors Constructing selectors Using selectors Extensions to CSS Selectors Nesting selectors Selecting element attributes Using selectors with regular expres...
  • 注释

    2010 2018-03-21 《CSS创作指南》
    注释 1. 普通注释,注释文字左右各留一个空格。 2. 区块注释 3. Doxygen 风格的注释 4. CSS 预处理工具中的单行注释 5. clean-css 等压缩工具中的注释 注释 良好的注释使代码更具有可读性和可维护性,尤其是多人协作的项目,不要让团队其他成员来猜测一段代码的意图。 注释风格应当相对简洁,做如下规范: ...
  • 单位

    单位 CSS 长度单位 CSS 颜色单位 单位 CSS 长度单位 Kraken 目前支持以下单位,注意 em rem 单位暂不支持。 px rpx vw vh vmax vmin % CSS 颜色单位 Kraken 支持 W3C 标准定义的多种颜色单位: W3C 定义的颜色关键字: 参考 W3C 颜色关键字 RGB: eg...