Skip to main content
Glama
deleonio
by deleonio
.stylelintrc.json5.56 kB
{ "extends": ["stylelint-config-standard", "stylelint-config-recommended-scss"], "plugins": ["stylelint-scss", "stylelint-order", "./stylelint-rules"], "rules": { "kolibri/no-layer-in-utility-files": true, "kolibri/layer-restrictions-components": true, "kolibri/layer-restrictions-themes": true, "kolibri/require-component-layer": true, "kolibri/css-must-be-in-layer": true, "block-no-empty": true, "color-no-invalid-hex": true, "custom-property-pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*(?:--[a-z0-9]+(?:-[a-z0-9]+)*)*$", "declaration-property-value-no-unknown": null, "selector-class-pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*(?:__(?:[a-z0-9]+(?:-[a-z0-9]+)*))?(?:--(?:[a-z0-9]+(?:-[a-z0-9]+)*))?$", "scss/load-no-partial-leading-underscore": true, "comment-empty-line-before": null, "declaration-empty-line-before": null, "selector-pseudo-element-colon-notation": null, "color-function-notation": null, "alpha-value-notation": null, "value-keyword-case": null, "property-no-vendor-prefix": null, "rule-empty-line-before": null, "at-rule-empty-line-before": null, "media-feature-range-notation": null, "declaration-block-no-redundant-longhand-properties": null, "shorthand-property-no-redundant-values": null, "comment-whitespace-inside": null, "declaration-property-value-keyword-no-deprecated": null, "declaration-block-no-duplicate-properties": null, "no-descending-specificity": null, "no-duplicate-selectors": null, "font-family-no-missing-generic-family-keyword": null, "keyframes-name-pattern": null, "declaration-block-no-shorthand-property-overrides": null, "color-hex-length": null, "custom-property-empty-line-before": null, "scss/at-mixin-pattern": null, "scss/dollar-variable-pattern": null, "order/properties-alphabetical-order": null, "order/properties-order": [ [ { "groupName": "Custom Properties", "properties": ["--*"] }, { "groupName": "B — Composite only", "properties": [ "will-change", "opacity", "transform", "transform-origin", "transform-style", "translate", "rotate", "scale", "perspective", "perspective-origin", "backface-visibility" ] }, { "groupName": "W — Paint", "emptyLineBefore": "always", "properties": [ "color", "background", "background-color", "background-image", "background-position", "background-size", "background-repeat", "background-attachment", "background-clip", "background-origin", "box-shadow", "text-shadow", "outline", "outline-color", "outline-style", "outline-width", "caret-color", "filter", "backdrop-filter", "border-color", "border-style", "border-radius", "border-top-color", "border-right-color", "border-bottom-color", "border-left-color", "border-image", "border-image-source", "border-image-slice", "border-image-width", "border-image-outset", "border-image-repeat" ] }, { "groupName": "G — Layout/Geometry", "emptyLineBefore": "always", "properties": [ "display", "contain", "position", "inset", "top", "right", "bottom", "left", "z-index", "float", "clear", "box-sizing", "width", "min-width", "max-width", "height", "min-height", "max-height", "margin", "margin-top", "margin-right", "margin-bottom", "margin-left", "padding", "padding-top", "padding-right", "padding-bottom", "padding-left", "border-width", "border-top-width", "border-right-width", "border-bottom-width", "border-left-width", "overflow", "overflow-x", "overflow-y", "object-fit", "object-position", "aspect-ratio", "columns", "column-count", "column-gap", "column-width", "gap", "row-gap", "order", "flex", "flex-grow", "flex-shrink", "flex-basis", "flex-flow", "flex-direction", "flex-wrap", "align-content", "align-items", "align-self", "justify-content", "justify-items", "justify-self", "place-content", "place-items", "place-self", "grid", "grid-auto-flow", "grid-auto-columns", "grid-auto-rows", "grid-template", "grid-template-areas", "grid-template-columns", "grid-template-rows", "grid-column", "grid-column-start", "grid-column-end", "grid-row", "grid-row-start", "grid-row-end", "vertical-align", "table-layout", "resize", "scrollbar-gutter" ] }, { "groupName": "E — Everything", "emptyLineBefore": "always", "properties": [ "all", "content", "visibility", "writing-mode", "direction", "unicode-bidi", "font", "font-family", "font-size", "font-weight", "font-stretch", "font-kerning", "font-variant", "font-feature-settings", "line-height", "letter-spacing", "word-spacing", "text-transform", "text-decoration", "text-indent", "white-space", "tab-size", "hyphens" ] } ], { "unspecified": "bottomAlphabetical" } ] } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'

If you have feedback or need assistance with the MCP directory API, please join our Discord server