File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " castlecss-core" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " CastleCSS a SCSS framework with modular building blocks for the web" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 9999.cf :after , .g :after , ul .fields > li :after {clear :both ;}
100100.cl { clear :both ;height :0 ;overflow :hidden ;visibility :hidden ;font :0 / 0 x ; }
101101
102- /* Show / Hide */
103- .hide { display : none ; }
104- .show { display : block ; }
105-
106102/* Alignment of images + captions */
107103.img-right { display : block ; margin : .8rem auto 1.6rem ; text-align : center ; }
108104.img-left { display : block ; margin : .8rem auto 1.6rem ; text-align : center ; }
Original file line number Diff line number Diff line change 1212/* Grid basis */
1313
1414.g {
15+ padding : 0 ; list-style : none ;
16+ margin-left : - $grid-gutter ;
17+
1518 /* You can turn off flexbox by setting $flexbox-grid: 0; in the variables; */
1619 @if $flexbox-grid == true {
1720 display : flex ;
1821 flex-wrap : wrap ;
1922 flex-direction : row ;
2023 }
21- padding : 0 ; list-style : none ;
22- margin-left : - $grid-gutter ;
2324
2425 /* Clearfix for older browsers without flexbox */
2526 & :before , & :after {
26- content :" " ; display :table ;
27+ content : " " ;
28+ visibility : hidden ;
29+ display : block ;
30+ height : 0 ;
31+ clear : both ;
2732 }
2833
2934 /* Reset grid to floating */
You can’t perform that action at this time.
0 commit comments