File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @boldgrid/components" ,
3
- "version" : " 2.16.0 " ,
3
+ "version" : " 2.16.1 " ,
4
4
"description" : " BoldGrid Components" ,
5
5
"license" : " ISC" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module.exports = {
22
22
] ,
23
23
getComponent : function ( name ) {
24
24
return `
25
- <hr class="${ name } ">
25
+ <div class="${ name } "></div >
26
26
` ;
27
27
}
28
28
} ;
Original file line number Diff line number Diff line change 1
- hr .bg-hr {
1
+ .bg-hr {
2
2
background : transparent ;
3
3
height : 0 ;
4
4
position : relative ;
@@ -9,26 +9,26 @@ hr.bg-hr {
9
9
margin-right : auto ;
10
10
11
11
& .hr-left {
12
- margin-left : 0 px ;
12
+ margin-left : 0 ;
13
13
margin-right : auto ;
14
14
}
15
15
& .hr-center {
16
16
margin-right : auto ;
17
17
margin-left : auto ;
18
18
}
19
19
& .hr-right {
20
- margin-right : 0 px ;
20
+ margin-right : 0 ;
21
21
margin-left : auto ;
22
22
}
23
23
24
24
/* * Hifidel **/
25
25
& .bg-hr-1 :after {
26
26
content : " " ;
27
27
display : block ;
28
- height : 0 px ;
28
+ height : 0 ;
29
29
margin : 0 auto ;
30
30
position : relative ;
31
- width : 0 px ;
31
+ width : 0 ;
32
32
transform : translateY (-50% );
33
33
top : 50% ;
34
34
border : 6px solid ;
You can’t perform that action at this time.
0 commit comments