Import paths and other options?
- Lingua principale
- Ruby
- Stelle
- 27
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
So far writing tests for mixins with the help of SassUnit.
I wonder whether I could pass options to sass, especially I would find import paths very useful not to write something like this in my tests:
``` sass
@import src/utilities/subfolder
```
I noticed you already include the base path of test folder which is nice.
Or even better not to import anything in each and every file... When I am testing a large framework and have 20 functions to test... I would have to include my functions sass file every time.
Or maybe even a configuration file for sassunit could be created? There could be a base folder for tests, framework, style, etc..
Thanks for great job!
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.