Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
K
kpp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexandr Veselov
kpp
Commits
6a71c404
Commit
6a71c404
authored
Nov 11, 2017
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Добавил уточнения про типографику
parent
5d0b87a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
page.scss
src/blocks/page/page.scss
+1
-0
typo.scss
src/blocks/typo/typo.scss
+2
-1
No files found.
src/blocks/page/page.scss
View file @
6a71c404
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
}
}
body
{
body
{
// Типографика проекта — в блоке typo
background-color
:
#fff
;
background-color
:
#fff
;
margin
:
0
;
margin
:
0
;
min-height
:
100%
;
min-height
:
100%
;
...
...
src/blocks/typo/typo.scss
View file @
6a71c404
// Этот блок ответственен за типографику проекта.
// Этот блок ответственен
ТОЛЬКО
за типографику проекта.
// Не пишите тут какую-либо стороннюю стилизацию.
// Не пишите тут какую-либо стороннюю стилизацию.
$gray
:
hsl
(
0
,
0%
,
50%
)
!
default
;
$gray
:
hsl
(
0
,
0%
,
50%
)
!
default
;
...
@@ -41,6 +41,7 @@ $border-radius: 3px !default;
...
@@ -41,6 +41,7 @@ $border-radius: 3px !default;
body
{
body
{
// ТОЛЬКО типографика!
font-family
:
$font-family
;
font-family
:
$font-family
;
font-size
:
$font-size
;
font-size
:
$font-size
;
line-height
:
$line-height
;
line-height
:
$line-height
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment