Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add typograf #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.typograf-nowrap
{
white-space: nowrap;
}

.typograf-oa-sp-lbracket
{
margin-right: 0.3em;
}

.typograf-oa-lbracket,
.typograf-oa-n-lbracket
{
margin-left: -0.3em;
}

.typograf-oa-comma
{
margin-right: -0.2em;
}

.typograf-oa-comma-sp
{
margin-left: 0.2em;
}

.typograf-oa-sp-lquote
{
margin-right: 0.44em;
}

.typograf-oa-lquote,
.typograf-oa-n-lquote
{
margin-left: -0.44em;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
export default [
{
"name": "punctuation",
"title": {
"en-US": "Punctuation",
"ru": "Пунктуация"
}
},
{
"name": "optalign",
"title": {
"en-US": "Hanging punctuation",
"ru": "Висячая пунктуация"
}
},
{
"name": "dash",
"title": {
"en-US": "Dash and hyphen",
"ru": "Тире и дефис"
}
},
{
"name": "nbsp",
"title": {
"en-US": "Non-breaking space",
"ru": "Неразрывный пробел"
}
},
{
"name": "space",
"title": {
"en-US": "Space and line ending",
"ru": "Пробел и окончание строки"
}
},
{
"name": "html",
"title": {
"en-US": "HTML",
"ru": "HTML"
}
},
{
"name": "date",
"title": {
"en-US": "Date",
"ru": "Дата"
}
},
{
"name": "money",
"title": {
"en-US": "Money",
"ru": "Деньги"
}
},
{
"name": "number",
"title": {
"en-US": "Numbers and mathematical expressions",
"ru": "Числа и математические выражения"
}
},
{
"name": "symbols",
"title": {
"en-US": "Symbols and signs",
"ru": "Символы и знаки"
}
},
{
"name": "typo",
"title": {
"en-US": "Typos",
"ru": "Опечатки"
}
},
{
"name": "other",
"title": {
"en-US": "Other",
"ru": "Прочее"
}
}
]
;
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
[
{
"name": "punctuation",
"title": {
"en-US": "Punctuation",
"ru": "Пунктуация"
}
},
{
"name": "optalign",
"title": {
"en-US": "Hanging punctuation",
"ru": "Висячая пунктуация"
}
},
{
"name": "dash",
"title": {
"en-US": "Dash and hyphen",
"ru": "Тире и дефис"
}
},
{
"name": "nbsp",
"title": {
"en-US": "Non-breaking space",
"ru": "Неразрывный пробел"
}
},
{
"name": "space",
"title": {
"en-US": "Space and line ending",
"ru": "Пробел и окончание строки"
}
},
{
"name": "html",
"title": {
"en-US": "HTML",
"ru": "HTML"
}
},
{
"name": "date",
"title": {
"en-US": "Date",
"ru": "Дата"
}
},
{
"name": "money",
"title": {
"en-US": "Money",
"ru": "Деньги"
}
},
{
"name": "number",
"title": {
"en-US": "Numbers and mathematical expressions",
"ru": "Числа и математические выражения"
}
},
{
"name": "symbols",
"title": {
"en-US": "Symbols and signs",
"ru": "Символы и знаки"
}
},
{
"name": "typo",
"title": {
"en-US": "Typos",
"ru": "Опечатки"
}
},
{
"name": "other",
"title": {
"en-US": "Other",
"ru": "Прочее"
}
}
]