SCSS
(SASS
) , Styled-Components
, .
, , Styled-Components
:
Styled- -
- ; , .
- ,
, CSS JSX ( )
JavaScript
Styled- -
- -, , , "" .
- : , .
, .
SCSS/LESS , , , (IMHO). "", :
:
SCSS
:
.icon{
$size: '20px';
width: $size;
height: $size;
margin-left: $size/2;
}
Styled-Components
:
const Icon = styled.i(props => {
const size = 20;
return '
width: ${size}px;
height: ${size}px;
margin-left: ${size/2}px;
'});
, Icon
, , CSS- styleled- CSS:
const Header = styled.header'
> ul{
...
}
li{
...
}
img{...}
navigation{...}
'
HTML . , .
SASS, javascript, SASS.
, Styled-Components - , / , , (, , ),