ember-cli-sass-pods
ember-cli-sass-pods copied to clipboard
Ember cli sass generator
As the last commit is from 2016, and some deprecation started to appear, I'm asking to anyone : Is this project still maintained ? Does someone plaine to fork it...
When the generator is run in an addon folder the scss files should go in `addon/`, not `app/` And `pods.scss` should be in `addon/styles` And docs should read **Watched folder**...
Amongst other reasons, outdated versions of ember-cli-babel use an outdated version of ember-cli-version-checker which causes a deprecation warning (the same one noted in https://github.com/aexmachina/ember-cli-sass/issues/174)
Great project! I just [forked it](https://github.com/aesopwolf/ember-cli-sxss-pods) and added explicit support to generate .sass files instead of .scss files. For example, both of the following are supported: ``` ember g sass...
Using `ember generate style component/name --dry-run` incorrectly results in an `@import` statement for the new style being added to the `pods.scss` file.
version: 2.4.2 node: 5.7.1 os: darwin x64 ``` app/styles/ ├── app.scss └── pods.scss ``` Importing pods into app and `...test/style` into pods. ``` app/pods/components/ ├── test ├── component.js ├── style.scss...
When trying to generate a styles file into one of my nested pods folder I get the below error. The file is successfully created, however it seems to be having...
Is it possible to have the pods.scss file auto-generated? sass-pods is great except... - Typing the full path is tedious: `ember g style long/path/to/my/nested/component`. - If I create the `style.scss`...