mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 15:25:04 -04:00
Remove !default from property values
This commit is contained in:
parent
9e2d7474ae
commit
76af6980d4
@ -1,9 +1,9 @@
|
||||
// Here you can easily change your sites's layout.
|
||||
// To give it a try, uncomment some of the lines below, make changes, rebuild your blog, and see how it works.
|
||||
|
||||
//$header-font-size: 1em !default;
|
||||
//$header-padding-top: 1.5em !default;
|
||||
//$header-padding-bottom: 1.5em !default;
|
||||
//$header-font-size: 1em;
|
||||
//$header-padding-top: 1.5em;
|
||||
//$header-padding-bottom: 1.5em;
|
||||
|
||||
//$max-width: 1350px;
|
||||
//$indented-lists: true;
|
||||
|
Loading…
Reference in New Issue
Block a user