UNPKG

bullframe.css

Version:

Bullframe CSS is a lightweight Sass (SCSS) framework for building fast, responsive, and accessible UIs — semantic, themeable, and classless-friendly, with solid cross-browser support.

27 lines (26 loc) 895 B
{ "extends": ["stylelint-config-standard-scss"], "rules": { "block-no-empty": true, "color-no-invalid-hex": true, "unit-no-unknown": true, "property-no-unknown": true, "selector-pseudo-class-no-unknown": true, "selector-pseudo-element-no-unknown": true, "no-descending-specificity": null, "value-keyword-case": null, "selector-class-pattern": null, "scss/comment-no-empty": null, "scss/double-slash-comment-empty-line-before": null, "rule-empty-line-before": null, "comment-empty-line-before": null, "at-rule-empty-line-before": null, "declaration-empty-line-before": null, "media-feature-range-notation": "prefix", "no-duplicate-selectors": null, "declaration-block-single-line-max-declarations": null, "selector-id-pattern": null, "scss/at-mixin-pattern": null, "scss/dollar-variable-pattern": null } }