reactioncommerce / reaction-cli

A command line tool for working with Reaction Commerce.
33 stars 20 forks source link

Using SASS in Reaction Not Work #65

Open NurdinDev opened 6 years ago

NurdinDev commented 6 years ago

Issue Description

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

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

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

btotheenno commented 6 years ago

@jshimko @mikemurray @zenweasel any updates on this ?