Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
0c7b5d88
Commit
0c7b5d88
authored
Sep 26, 2012
by
webchick
Browse files
Issue
#1775774
by attiks, effulgentsia: Added Allow themes to identify their breakpoints to Drupal.
parent
6e8a223b
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/themes/bartik/config/bartik.breakpoints.yml
0 → 100644
View file @
0c7b5d88
mobile
:
'
(min-width:
0px)'
narrow
:
'
all
and
(min-width:
560px)
and
(max-width:850px)'
wide
:
'
all
and
(min-width:
851px)'
core/themes/seven/config/seven.breakpoints.yml
0 → 100644
View file @
0c7b5d88
mobile
:
'
(min-width:
0em)'
wide
:
'
screen
and
(min-width:
40em)'
core/themes/stark/config/stark.breakpoints.yml
0 → 100644
View file @
0c7b5d88
mobile
:
'
(min-width:
0px)'
narrow
:
'
all
and
(min-width:
480px)
and
(max-width:
959px)'
wide
:
'
all
and
(min-width:
960px)'
Write
Preview
Supports
Markdown
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