mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-23 23:10:17 +05:30
style: apply Prettier formatting
Run after full implementation to enforce 2-space / 100-char / single-quote conventions across all new + adjacent files.
This commit is contained in:
@@ -142,7 +142,10 @@
|
||||
line-height: 1.3;
|
||||
color: #00ff00;
|
||||
white-space: pre;
|
||||
font-feature-settings: 'liga' 0, 'calt' 0, 'dlig' 0;
|
||||
font-feature-settings:
|
||||
'liga' 0,
|
||||
'calt' 0,
|
||||
'dlig' 0;
|
||||
}
|
||||
|
||||
.template-grid {
|
||||
|
||||
Reference in New Issue
Block a user