Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootstrap4
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
bootstrap4
Commits
58586461
Commit
58586461
authored
4 years ago
by
Ian McLean
Committed by
Vladimir Roudakov
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3209637
by imclean, VladimirAus: Use subtheme name as breakpoint group
parent
02e3e167
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_SUBTHEME/README.md
+1
-1
1 addition, 1 deletion
_SUBTHEME/README.md
_SUBTHEME/SUBTHEME.breakpoints.yml
+8
-8
8 additions, 8 deletions
_SUBTHEME/SUBTHEME.breakpoints.yml
bootstrap4.breakpoints.yml
+8
-8
8 additions, 8 deletions
bootstrap4.breakpoints.yml
with
17 additions
and
17 deletions
_SUBTHEME/README.md
+
1
−
1
View file @
58586461
...
...
@@ -9,7 +9,7 @@
*
Rename
`SUBTHEME.info`
to
`b4theme.info.yml`
and its content
*
Rename
`SUBTHEME.libraries.yml`
to
`b4theme.libraries.yml`
*
Rename
`SUBTHEME.breakpoints.yml`
to
`b4theme.breakpoints.yml`
*
Change all occurence of
`SUBTHEME`
by
`b4theme`
in
`b4theme.breakpoints.yml`
*
Change all occur
r
ence
s
of
`SUBTHEME`
to
`b4theme`
in
`b4theme.breakpoints.yml`
(naming and groups).
*
Rename
`SUBTHEME.theme`
to
`b4theme.theme`
and its comments
*
Update import path in
`SUBTHEME/scss/style.scss`
to Bootstrap 4 theme path
`@import "[DOCROOT]/themes/contrib/bootstrap4/scss/style";`
,
...
...
This diff is collapsed.
Click to expand it.
_SUBTHEME/SUBTHEME.breakpoints.yml
+
8
−
8
View file @
58586461
...
...
@@ -2,7 +2,7 @@ SUBTHEME.screen.xs-max:
label
:
xs-max
mediaQuery
:
'
(max-width:
575.98px)'
weight
:
1
group
:
screen
group
:
SUBTHEME.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -11,7 +11,7 @@ SUBTHEME.screen.sm-min:
label
:
sm-min
mediaQuery
:
'
(min-width:
576px)'
weight
:
2
group
:
screen
group
:
SUBTHEME.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -20,7 +20,7 @@ SUBTHEME.screen.sm-max:
label
:
sm-max
mediaQuery
:
'
(max-width:
767.98px)'
weight
:
3
group
:
screen
group
:
SUBTHEME.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -29,7 +29,7 @@ SUBTHEME.screen.md-min:
label
:
md-min
mediaQuery
:
'
(min-width:
768px)'
weight
:
4
group
:
screen
group
:
SUBTHEME.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -38,7 +38,7 @@ SUBTHEME.screen.md-max:
label
:
md-max
mediaQuery
:
'
(max-width:
991.98px)'
weight
:
5
group
:
screen
group
:
SUBTHEME.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -47,7 +47,7 @@ SUBTHEME.screen.lg-min:
label
:
lg-min
mediaQuery
:
'
(min-width:
992px)'
weight
:
6
group
:
screen
group
:
SUBTHEME.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -56,7 +56,7 @@ SUBTHEME.screen.lg-max:
label
:
lg-max
mediaQuery
:
'
(max-width:
1199.98px)'
weight
:
7
group
:
screen
group
:
SUBTHEME.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -65,7 +65,7 @@ SUBTHEME.screen.xl-min:
label
:
xl-min
mediaQuery
:
'
(min-width:
1200px)'
weight
:
8
group
:
screen
group
:
SUBTHEME.
screen
multipliers
:
-
1x
-
2x
This diff is collapsed.
Click to expand it.
bootstrap4.breakpoints.yml
+
8
−
8
View file @
58586461
...
...
@@ -2,7 +2,7 @@ bootstrap4.screen.xs-max:
label
:
xs-max
mediaQuery
:
'
(max-width:
575.98px)'
weight
:
1
group
:
screen
group
:
bootstrap4.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -11,7 +11,7 @@ bootstrap4.screen.sm-min:
label
:
sm-min
mediaQuery
:
'
(min-width:
576px)'
weight
:
2
group
:
screen
group
:
bootstrap4.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -20,7 +20,7 @@ bootstrap4.screen.sm-max:
label
:
sm-max
mediaQuery
:
'
(max-width:
767.98px)'
weight
:
3
group
:
screen
group
:
bootstrap4.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -29,7 +29,7 @@ bootstrap4.screen.md-min:
label
:
md-min
mediaQuery
:
'
(min-width:
768px)'
weight
:
4
group
:
screen
group
:
bootstrap4.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -38,7 +38,7 @@ bootstrap4.screen.md-max:
label
:
md-max
mediaQuery
:
'
(max-width:
991.98px)'
weight
:
5
group
:
screen
group
:
bootstrap4.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -47,7 +47,7 @@ bootstrap4.screen.lg-min:
label
:
lg-min
mediaQuery
:
'
(min-width:
992px)'
weight
:
6
group
:
screen
group
:
bootstrap4.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -56,7 +56,7 @@ bootstrap4.screen.lg-max:
label
:
lg-max
mediaQuery
:
'
(max-width:
1199.98px)'
weight
:
7
group
:
screen
group
:
bootstrap4.
screen
multipliers
:
-
1x
-
2x
...
...
@@ -65,7 +65,7 @@ bootstrap4.screen.xl-min:
label
:
xl-min
mediaQuery
:
'
(min-width:
1200px)'
weight
:
8
group
:
screen
group
:
bootstrap4.
screen
multipliers
:
-
1x
-
2x
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment