Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
35f45baf
Commit
35f45baf
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request
#113
from twbs/at-root-group
Wrap `@viewport` with `@at-root` for nested import support
parents
9e1c4f05
b832c3cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_reboot.scss
+7
-6
scss/_reboot.scss
with
7 additions
and
6 deletions
+7
-6
scss/_reboot.scss
+
7
-
6
View file @
35f45baf
...
...
@@ -42,12 +42,13 @@ html {
//
// See http://getbootstrap.com/getting-started/#support-ie10-width for the relevant hack.
@-moz-viewport
{
width
:
device-width
;
}
@-ms-viewport
{
width
:
device-width
;
}
@-o-viewport
{
width
:
device-width
;
}
@-webkit-viewport
{
width
:
device-width
;
}
@viewport
{
width
:
device-width
;
}
@at-root
{
@-moz-viewport
{
width
:
device-width
;
}
@-ms-viewport
{
width
:
device-width
;
}
@-o-viewport
{
width
:
device-width
;
}
@-webkit-viewport
{
width
:
device-width
;
}
@viewport
{
width
:
device-width
;
}
}
//
// Reset HTML, body, and more
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets