/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
cms/static/sass/_developer.scss
10 строк
382 B
Brian Talbot
Studio: adds in developer-centric Sass file
03 янв 2014, 22:50
03 янв 2014, 22:50
5e3e2ae
Код
Авторство
О чём код?
// studio - developer // ==================== // NOTE: use this area for any developer-needed or created styling that needs to be refactored into patterns or visually polished. Please list any template/view that your styles reference when definining them (example below): // Views: Login, Sign Up // .crazy-new-feature { // background: transparent; // } // --------------------