mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
chore(stylelint): temporary make csstools/use-logical a warning
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
aa3e41c900
commit
05ba741234
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ stylelintConfig.plugins.push('stylelint-use-logical')
|
|||
stylelintConfig.rules['csstools/use-logical'] = [
|
||||
'always',
|
||||
{
|
||||
severity: 'warning',
|
||||
// Only lint LTR-RTL properties for now
|
||||
except: [
|
||||
// Position properties
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue