Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
D
default2
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yuri Bondarenko
default2
Commits
8c5700f7
Commit
8c5700f7
authored
Jan 24, 2019
by
Yuri Bondarenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xslt
parent
7c23e46b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
src/assets/css/app.css
src/assets/css/app.css
+0
-5
src/components/common/common.xsl
src/components/common/common.xsl
+2
-2
No files found.
src/assets/css/app.css
View file @
8c5700f7
/* Библиотеки */
@import
url( '../../../node_modules/swiper/dist/css/swiper.css' )
;
/* CSS */
@import
url('../../components/common/common.css')
;
@import
url('../../components/swiper/swiper.css')
;
@import
url('../../components/ymaps/ymaps.css')
;
src/components/common/common.xsl
View file @
8c5700f7
...
...
@@ -3,7 +3,7 @@
<!-- Импорты -->
<xsl:import
href=
".
.
/Index/Index.xsl"
/>
<xsl:import
href=
".
/src/components
/Index/Index.xsl"
/>
<!-- Базовый шаблон -->
...
...
@@ -18,7 +18,7 @@
</head>
<body>
<xsl:apply-tem
lates
/>
<xsl:apply-tem
plates
select=
"Index"
/>
<script
src=
"https://cdn.polyfill.io/v2/polyfill.js?features=default,fetch"
></script>
<script
src=
"/assets/js/app.js"
></script>
</body>
...
...
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