Diff
checker
Testo
Testo
Immagini
Documenti
Excel
Cartelle
Legal
Enterprise
Applicazione per desktop
Prezzi
Accedi
Scarica Diffchecker Desktop
Confronta il testo
Trova la differenza tra due file di testo
Strumenti
Cronologia
Editor live
Nascondi spazi bianchi
Comprimi invariate
Senza a capo
Layout
Diviso
Unificato
Livello di dettaglio
Intelligente
Parola
Carattere
Stili testo
Modifica aspetto
Evidenziazione sintassi
Scegli sintassi
Ignora
Trasforma testo
Vai alla prima modifica
Modifica input
Diffchecker Desktop
Il modo più sicuro per usare Diffchecker. Ottieni l'app Diffchecker Desktop: i tuoi diff non lasciano mai il tuo computer!
Ottieni Desktop
Untitled diff
Creato
11 anni fa
Il diff non scade mai
Eliminare
Esporta
Condividere
Spiegare
76 rimozioni
Linee
Totale
Rimosso
Caratteri
Totale
Rimosso
Per continuare a utilizzare questa funzione, aggiorna a
Diff
checker
Pro
Visualizza prezzi
194 linee
Copia tutti
20 aggiunte
Linee
Totale
Aggiunto
Caratteri
Totale
Aggiunto
Per continuare a utilizzare questa funzione, aggiorna a
Diff
checker
Pro
Visualizza prezzi
148 linee
Copia tutti
Copia
Copiato
Copia
Copiato
#
SCSS DEFAULT CONFIG - Default application configuration that all configurations inherit from.
#
HOUND
scss_files: "**/*.scss"
scss_files: "**/*.scss"
Copia
Copiato
Copia
Copiato
linters:
linters:
BangFormat:
BangFormat:
enabled: true
enabled: true
space_before_bang: true
space_before_bang: true
space_after_bang: false
space_after_bang: false
Copia
Copiato
Copia
Copiato
BorderZero:
BorderZero:
Copia
Copiato
Copia
Copiato
enabled:
true
enabled:
false
convention: zero
# or `none`
convention: zero
ColorKeyword:
ColorKeyword:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
severity: warning
ColorVariable:
ColorVariable:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
Comment:
Comment:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
DebugStatement:
DebugStatement:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
DeclarationOrder:
DeclarationOrder:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
DuplicateProperty:
DuplicateProperty:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
ElsePlacement:
ElsePlacement:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
style: same_line
# or 'new_line'
style: same_line
EmptyLineBetweenBlocks:
EmptyLineBetweenBlocks:
enabled: true
enabled: true
ignore_single_line_blocks: true
ignore_single_line_blocks: true
Copia
Copiato
Copia
Copiato
EmptyRule:
EmptyRule:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
FinalNewline:
FinalNewline:
enabled: true
enabled: true
present: true
present: true
Copia
Copiato
Copia
Copiato
HexLength:
HexLength:
Copia
Copiato
Copia
Copiato
enabled:
true
enabled:
false
style: short
# or 'long'
style: short
HexNotation:
HexNotation:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
style: lowercase
# or 'uppercase'
style: lowercase
HexValidation:
HexValidation:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
IdSelector:
IdSelector:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
ImportantRule:
ImportantRule:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
ImportPath:
ImportPath:
enabled: true
enabled: true
leading_underscore: false
leading_underscore: false
filename_extension: false
filename_extension: false
Copia
Copiato
Copia
Copiato
Indentation:
Indentation:
enabled: true
enabled: true
allow_non_nested_indentation: false
allow_non_nested_indentation: false
Copia
Copiato
Copia
Copiato
character: space
# or 'tab'
character: space
width: 2
width: 2
Copia
Copiato
Copia
Copiato
LeadingZero:
LeadingZero:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
style:
exclude_zero # or '
include_zero
'
style:
include_zero
MergeableSelector:
MergeableSelector:
enabled: true
enabled: true
force_nesting: true
force_nesting: true
Copia
Copiato
Copia
Copiato
NameFormat:
NameFormat:
enabled: true
enabled: true
allow_leading_underscore: true
allow_leading_underscore: true
Copia
Copiato
Copia
Copiato
convention: hyphenated_lowercase
# or 'BEM', or a regex pattern
convention: hyphenated_lowercase
NestingDepth:
NestingDepth:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
max_depth:
3
max_depth:
4
severity: warning
PlaceholderInExtend:
PlaceholderInExtend:
Copia
Copiato
Copia
Copiato
enabled: true
PropertyCount:
enabled: false
enabled: false
Copia
Copiato
Copia
Copiato
PropertyCount:
enabled: true
include_nested: false
include_nested: false
max_properties: 10
max_properties: 10
Copia
Copiato
Copia
Copiato
PropertyUnits:
enabled: true
global: ['em', 'ex', '%', 'px', 'ch', 'cm', 'mm', 'in', 'pt', 'pc', 'rem', 'vh', 'vw', 'vmin', 'vmax']
properties: {}
PropertySortOrder:
PropertySortOrder:
enabled: true
enabled: true
ignore_unspecified: false
ignore_unspecified: false
Copia
Copiato
Copia
Copiato
severity: warning
separate_groups: false
separate_groups: false
Copia
Copiato
Copia
Copiato
PropertySpelling:
PropertySpelling:
enabled: true
enabled: true
extra_properties: []
extra_properties: []
Copia
Copiato
Copia
Copiato
QualifyingElement:
QualifyingElement:
enabled: true
enabled: true
allow_element_with_attribute: false
allow_element_with_attribute: false
allow_element_with_class: false
allow_element_with_class: false
allow_element_with_id: false
allow_element_with_id: false
Copia
Copiato
Copia
Copiato
severity: warning
SelectorDepth:
SelectorDepth:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
max_depth:
3
max_depth:
2
severity: warning
SelectorFormat:
SelectorFormat:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
convention: hyphenated_lowercase
# or 'BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
convention: hyphenated_lowercase
Shorthand:
Shorthand:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
severity: warning
SingleLinePerProperty:
SingleLinePerProperty:
enabled: true
enabled: true
allow_single_line_rule_sets: true
allow_single_line_rule_sets: true
Copia
Copiato
Copia
Copiato
SingleLinePerSelector:
SingleLinePerSelector:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
SpaceAfterComma:
SpaceAfterComma:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
SpaceAfterPropertyColon:
SpaceAfterPropertyColon:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
style: one_space
# or 'no_space', or 'at_least_one_space', or 'aligned'
style: one_space
SpaceAfterPropertyName:
SpaceAfterPropertyName:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
SpaceBeforeBrace:
SpaceBeforeBrace:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
style: space
# or 'new_line'
style: space
allow_single_line_padding: false
allow_single_line_padding: false
Copia
Copiato
Copia
Copiato
SpaceBetweenParens:
SpaceBetweenParens:
enabled: true
enabled: true
spaces: 0
spaces: 0
Copia
Copiato
Copia
Copiato
StringQuotes:
StringQuotes:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
style:
single_quotes # or
double_quotes
style:
double_quotes
TrailingSemicolon:
TrailingSemicolon:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
TrailingZero:
TrailingZero:
enabled: false
enabled: false
Copia
Copiato
Copia
Copiato
UnnecessaryMantissa:
UnnecessaryMantissa:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
UnnecessaryParentReference:
UnnecessaryParentReference:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
UrlFormat:
UrlFormat:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
UrlQuotes:
UrlQuotes:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
VariableForProperty:
VariableForProperty:
enabled: false
enabled: false
properties: []
properties: []
Copia
Copiato
Copia
Copiato
VendorPrefix
es
:
VendorPrefix
:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
identifier_list:
base
identifier_list:
bourbon
additional_identifiers
: []
include
: []
exclude
d_identifiers
: []
exclude
: []
ZeroUnit:
ZeroUnit:
enabled: true
enabled: true
Copia
Copiato
Copia
Copiato
severity: warning
Compass::
*
:
Compass::
PropertyWithMixin
:
enabled: false
enabled: false
Diff salvati
Testo originale
Apri file
# SCSS DEFAULT CONFIG - Default application configuration that all configurations inherit from. scss_files: "**/*.scss" linters: BangFormat: enabled: true space_before_bang: true space_after_bang: false BorderZero: enabled: true convention: zero # or `none` ColorKeyword: enabled: true ColorVariable: enabled: true Comment: enabled: true DebugStatement: enabled: true DeclarationOrder: enabled: true DuplicateProperty: enabled: true ElsePlacement: enabled: true style: same_line # or 'new_line' EmptyLineBetweenBlocks: enabled: true ignore_single_line_blocks: true EmptyRule: enabled: true FinalNewline: enabled: true present: true HexLength: enabled: true style: short # or 'long' HexNotation: enabled: true style: lowercase # or 'uppercase' HexValidation: enabled: true IdSelector: enabled: true ImportantRule: enabled: true ImportPath: enabled: true leading_underscore: false filename_extension: false Indentation: enabled: true allow_non_nested_indentation: false character: space # or 'tab' width: 2 LeadingZero: enabled: true style: exclude_zero # or 'include_zero' MergeableSelector: enabled: true force_nesting: true NameFormat: enabled: true allow_leading_underscore: true convention: hyphenated_lowercase # or 'BEM', or a regex pattern NestingDepth: enabled: true max_depth: 3 PlaceholderInExtend: enabled: true PropertyCount: enabled: false include_nested: false max_properties: 10 PropertyUnits: enabled: true global: ['em', 'ex', '%', 'px', 'ch', 'cm', 'mm', 'in', 'pt', 'pc', 'rem', 'vh', 'vw', 'vmin', 'vmax'] properties: {} PropertySortOrder: enabled: true ignore_unspecified: false separate_groups: false PropertySpelling: enabled: true extra_properties: [] QualifyingElement: enabled: true allow_element_with_attribute: false allow_element_with_class: false allow_element_with_id: false SelectorDepth: enabled: true max_depth: 3 SelectorFormat: enabled: true convention: hyphenated_lowercase # or 'BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern Shorthand: enabled: true SingleLinePerProperty: enabled: true allow_single_line_rule_sets: true SingleLinePerSelector: enabled: true SpaceAfterComma: enabled: true SpaceAfterPropertyColon: enabled: true style: one_space # or 'no_space', or 'at_least_one_space', or 'aligned' SpaceAfterPropertyName: enabled: true SpaceBeforeBrace: enabled: true style: space # or 'new_line' allow_single_line_padding: false SpaceBetweenParens: enabled: true spaces: 0 StringQuotes: enabled: true style: single_quotes # or double_quotes TrailingSemicolon: enabled: true TrailingZero: enabled: false UnnecessaryMantissa: enabled: true UnnecessaryParentReference: enabled: true UrlFormat: enabled: true UrlQuotes: enabled: true VariableForProperty: enabled: false properties: [] VendorPrefix: enabled: true identifier_list: base additional_identifiers: [] excluded_identifiers: [] ZeroUnit: enabled: true Compass::*: enabled: false
Testo modificato
Apri file
# HOUND scss_files: "**/*.scss" linters: BangFormat: enabled: true space_before_bang: true space_after_bang: false BorderZero: enabled: false convention: zero ColorKeyword: enabled: true severity: warning ColorVariable: enabled: true Comment: enabled: true DebugStatement: enabled: true DeclarationOrder: enabled: true DuplicateProperty: enabled: true ElsePlacement: enabled: true style: same_line EmptyLineBetweenBlocks: enabled: true ignore_single_line_blocks: true EmptyRule: enabled: true FinalNewline: enabled: true present: true HexLength: enabled: false style: short HexNotation: enabled: true style: lowercase HexValidation: enabled: true IdSelector: enabled: true ImportantRule: enabled: true ImportPath: enabled: true leading_underscore: false filename_extension: false Indentation: enabled: true allow_non_nested_indentation: false character: space width: 2 LeadingZero: enabled: true style: include_zero MergeableSelector: enabled: true force_nesting: true NameFormat: enabled: true allow_leading_underscore: true convention: hyphenated_lowercase NestingDepth: enabled: true max_depth: 4 severity: warning PlaceholderInExtend: enabled: false PropertyCount: enabled: true include_nested: false max_properties: 10 PropertySortOrder: enabled: true ignore_unspecified: false severity: warning separate_groups: false PropertySpelling: enabled: true extra_properties: [] QualifyingElement: enabled: true allow_element_with_attribute: false allow_element_with_class: false allow_element_with_id: false severity: warning SelectorDepth: enabled: true max_depth: 2 severity: warning SelectorFormat: enabled: true convention: hyphenated_lowercase Shorthand: enabled: true severity: warning SingleLinePerProperty: enabled: true allow_single_line_rule_sets: true SingleLinePerSelector: enabled: true SpaceAfterComma: enabled: true SpaceAfterPropertyColon: enabled: true style: one_space SpaceAfterPropertyName: enabled: true SpaceBeforeBrace: enabled: true style: space allow_single_line_padding: false SpaceBetweenParens: enabled: true spaces: 0 StringQuotes: enabled: true style: double_quotes TrailingSemicolon: enabled: true TrailingZero: enabled: false UnnecessaryMantissa: enabled: true UnnecessaryParentReference: enabled: true UrlFormat: enabled: true UrlQuotes: enabled: true VariableForProperty: enabled: false properties: [] VendorPrefixes: enabled: true identifier_list: bourbon include: [] exclude: [] ZeroUnit: enabled: true severity: warning Compass::PropertyWithMixin: enabled: false
Trovare la differenza