Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

Using SASS in Reaction Not Work  #65

@NurdinDev

Description

@NurdinDev

Issue Description

I was trying to make my own theme, but I need to style the theme by SCSS instead of Less,

  • first I create the my-theme directory in plugins/custom
  • I add the style inside client folder and I imported in index.scss like this @import "styles/navbar";
  • I add Scss to the meteor meteor add fourseven:scss.
  • it shows me an error when I build, the error is

While processing files with fourseven:scss (for target web.browser):
/client/plugins.scss: Scss compiler error: File to import:
/imports/plugins/custom/my-theme/client/index.scss not found in file:
/Users/nuruddin/nur/projects/my-projects/talabi/{}/client/plugins.scss

  • I search I found the reaction generate plugins.scss file inside client root directory, it's import my theme style, like in the attached image.

screen_shot_2018-03-13_at_10_01_19_pm

to fix the error above the importing should be {}/imports/....., I can't change it because it's loaded automatically by Reaction.

Versions

Node: 9.7.1
NPM: 5.6.0
Meteor Node: 8.9.4
Meteor NPM: 5.6.0
Reaction CLI: 0.28.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions