mirror of
https://github.com/catppuccin/obsidian.git
synced 2026-07-22 03:10:26 +00:00
* fix: clipped boxes from #141 * fix: active text and icon color * fix: custom transitions from theme * fix: compatibility for emoji autocomplete plugin #134 * Update manifest.json and HISTORY.md
17 lines
435 B
YAML
17 lines
435 B
YAML
extends:
|
|
- stylelint-config-standard
|
|
- stylelint-config-standard-scss
|
|
- stylelint-config-idiomatic-order
|
|
ignore-files:
|
|
- node_modules/**/*
|
|
plugins:
|
|
- stylelint-order
|
|
- stylelint-declaration-block-no-ignored-properties
|
|
rules:
|
|
alpha-value-notation: percentage
|
|
color-function-notation: legacy
|
|
property-no-vendor-prefix:
|
|
- true
|
|
- ignoreProperties:
|
|
- "/^mask-/"
|
|
scss/double-slash-comment-whitespace-inside: null
|