Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

templates: fix indentation in SASS component #12

Merged
merged 1 commit into from
Sep 26, 2019
Merged

templates: fix indentation in SASS component #12

merged 1 commit into from
Sep 26, 2019

Conversation

aalemayhu
Copy link
Contributor

This fixes the following build error

ERROR in ./source/index.sass
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Illegal nesting: Only properties may be nested beneath properties.
        on line 14 of source/components/app.sass
>>                      .title {

   ---^

This fixes the following build error

```
ERROR in ./source/index.sass
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Illegal nesting: Only properties may be nested beneath properties.
        on line 14 of source/components/app.sass
>>                      .title {

   ---^
```
@athif23 athif23 merged commit 2a63e6c into athif23:master Sep 26, 2019
@athif23
Copy link
Owner

athif23 commented Sep 26, 2019

Oops, didn't see that. Thanks :)

@aalemayhu aalemayhu deleted the fix-syntax-issues branch September 26, 2019 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants