postcss-sass
postcss-sass copied to clipboard
Добавить поддержку @import / Add @import support
This issue was written in Russian, for Cult of Matrians project. English text below
Шаги к решению:
- Сделать форк проекта.
- Разобраться в структуре проекта.
- Прочитать документацию
Sass
про правило@import
. - Добавить поддержку
@import
в проект. - Написать тесты.
Steps to resolve:
- Fork a project.
- Figure out in project structure.
- Read
Sass
documentation about@import
rule. - Add
@import
support to the project. - Write tests.