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
9d0a36dc
Commit
9d0a36dc
authored
Nov 23, 2017
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Добавил в pug-библиотеку главные блоки
parent
84de67b8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
222 additions
and
10 deletions
+222
-10
blocks-library.pug
src/blocks-library.pug
+219
-8
layout.pug
src/pug/layout.pug
+2
-1
blocks-library.scss
src/scss/blocks-library.scss
+1
-1
No files found.
src/blocks-library.pug
View file @
9d0a36dc
This diff is collapsed.
Click to expand it.
src/pug/layout.pug
View file @
9d0a36dc
...
...
@@ -20,7 +20,8 @@ html(class="no-js page", lang="ru")
body
.off-canvas#off-canvas
aside.off-canvas__aside(role="complementary", aria-label="Меню") менюОффКанвас
aside.off-canvas__aside(role="complementary", aria-label="Меню")
block off-canvas
main.off-canvas__page-content.components-demo.blocks-library(role="main")
//- Реальный контент страницы
...
...
src/scss/blocks-library.scss
View file @
9d0a36dc
...
...
@@ -16,7 +16,7 @@
}
&
:before
{
content
:
attr
(
data-name
);
content
:
'.'
attr
(
id
);
position
:
absolute
;
top
:
-1em
;
left
:
0
;
...
...
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