mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Adding tags, removing custom Liquid
This commit is contained in:
@@ -173,3 +173,14 @@ table {
|
||||
padding: 6px 13px;
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
code {
|
||||
border: none;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
|
||||
.content__item {
|
||||
margin-bottom: $spacing-unit * 2;
|
||||
|
||||
h3 {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.content__header {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
td {
|
||||
code {
|
||||
border: none;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.content__item {
|
||||
margin-bottom: $spacing-unit * 2;
|
||||
}
|
||||
|
||||
.content__header {
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user