forked from leafo/scssphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextends_nesting.css
More file actions
37 lines (36 loc) · 1.63 KB
/
extends_nesting.css
File metadata and controls
37 lines (36 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* line 1, inputs/extends_nesting.scss */
.btn, .extend .the-button {
padding: 1px; }
/* line 4, inputs/extends_nesting.scss */
.btn-lg, .btn-group-lg > .btn, .extend .btn-group-lg > .the-button {
font-size: 10px; }
/* line 7, inputs/extends_nesting.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .extend .btn-group-lg > .the-button .caret, .extend .dropup .btn-group-lg > .the-button .caret {
border-width: 100px; }
/* line 11, inputs/extends_nesting.scss */
.dropup .btn, .dropup .extend .the-button, .extend .dropup .the-button {
content: "dropup btn"; }
/* line 13, inputs/extends_nesting.scss */
.dropup .btn .caret, .dropup .extend .the-button .caret, .extend .dropup .the-button .caret {
content: "dropup btn caret"; }
/* line 17, inputs/extends_nesting.scss */
.dropup > .btn, .extend .dropup > .the-button {
content: "dropup > btn"; }
/* line 19, inputs/extends_nesting.scss */
.dropup > .btn > .caret, .extend .dropup > .the-button > .caret {
content: "dropup > btn > caret"; }
/* line 23, inputs/extends_nesting.scss */
.dropup + .btn, .extend .dropup + .the-button {
content: "dropup + btn"; }
/* line 25, inputs/extends_nesting.scss */
.dropup + .btn + .caret, .extend .dropup + .the-button + .caret {
content: "dropup + btn + caret"; }
/* line 29, inputs/extends_nesting.scss */
.dropup.btn, .extend .the-button.dropup {
content: "dropupbtn"; }
/* line 31, inputs/extends_nesting.scss */
.dropup.btn.caret, .extend .the-button.dropup.caret {
content: "dropupbtncaret"; }
/* line 36, inputs/extends_nesting.scss */
/* line 40, inputs/extends_nesting.scss */
/* line 41, inputs/extends_nesting.scss */