Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
src: url('../fonts/' + fontName + '/SourceSansPro-BlackItalic.eot');
$themes = { default: { color: black, bg: white }, dark: { color: white, bg: black }, } each-theme() for theme in $themes data = $themes[theme] body._theme-{theme} & color: data['color'] background-color: data['bg']
border-radius $border.sm // err border-radius: $border.sm // good
for val in 2..3 .guitar-slider input[name='radiost']:nth-of-type({val}):checked ~ .radius-button-component .control-slide{val} .control__indicator &:after display block width 22px height 22px border-radius 10px background #4933f1
@import 'pages/index/styles/!(_*)'