Feature Request: SASS for Meteor.js
See original GitHub issueCould you please provide an official SASS
package on https://atmospherejs.com/materialize ?
Users could then override variables by creating (for example) a file named client/materialize-override.scss and still get updates…
You could make use of: https://atmospherejs.com/fourseven/scss
Also check: https://atmospherejs.com/grigio/materialize-sass
Issue Analytics
- State:
- Created 8 years ago
- Comments:48 (10 by maintainers)
Top Results From Across the Web
import `.scss` and other types of files within javascript ... - GitHub
Feature request : import .scss and other types of files within ... list.js import {FlowRouter} from "meteor/kadira:flow-router"; import ".
Read more >Build System - Meteor Guide
Another important feature of the Meteor build tool is that it automatically concatenates your application asset files, and in production minifies these bundles....
Read more >What's the best way to use Sass in a Meteor app?
A quick search for "sass" on Atmosphere yields several packages, but I've only used LESS and Stylus, so I haven't tried them. It...
Read more >node-sass - npm
Node-sass is a library that provides binding for Node.js to LibSass, the C version of the popular stylesheet preprocessor, Sass.
Read more >How to Update Your Enterprise Meteor Application to 1.4
The fourseven:scss package is a popular Sass build plugin for Meteor. Truth told, it behaved a bit finicky in our road to Meteor...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Still need to add a few lines to the readme on how to use it in a meteor app, but other than that, the package should be working with Sass for the next release!
This was fixed in the newest version