UNPKG

weapp-tailwindcss

Version:

把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!

10 lines (9 loc) 700 B
import type { AtRule, Rule } from 'postcss'; export declare function hasVueScopedAttr(value: string): boolean; export declare function normalizeCssSignatureValue(value: string): string; export declare function isLikelyTailwindGlobalRule(rule: Rule): boolean; export declare function isLikelyTailwindPropertyAtRule(atRule: AtRule): boolean; export declare function isUnscopedMiniProgramTailwindPreflightRule(rule: Rule): boolean; export declare function isScopedMiniProgramTailwindContentInitRule(rule: Rule): boolean; export declare function hasUnscopedMiniProgramTailwindPreflightRule(css: string): boolean; export declare function hasScopedMiniProgramTailwindContentInitRule(css: string): boolean;