UNPKG

@rolemodel/optics

Version:

Optics is a css package that provides base styles and components that can be integrated and customized in a variety of projects.

16 lines (15 loc) 331 B
{ "extends": ["stylelint-config-idiomatic-order"], "plugins": ["stylelint-prettier"], "overrides": [], "rules": { "prettier/prettier": true, "custom-property-pattern": [ "(?<=op-)", { "message": "CSS variables should be prefixed with op-" } ], "selector-class-pattern": null } }