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

Include SASS/SCSS file with distribution #45

Open
dlewand691 opened this issue Dec 1, 2016 · 3 comments
Open

Include SASS/SCSS file with distribution #45

dlewand691 opened this issue Dec 1, 2016 · 3 comments

Comments

@dlewand691
Copy link

Would love to have a .scss file included so I can import into my projects. Currently I copy the .css file out and change the extension to .scss. Having the .scss included in the distribution ensures that I'm using the latest version.

Thanks!

@shri3k
Copy link
Collaborator

shri3k commented Jan 30, 2017

I don't see any sass being included in this project so I don't understand why it should have .scss as an extension.

@dlewand691
Copy link
Author

Exactly. There's no sass file but would be nice to have one so it can be customized with variables, etc.

@Dan503
Copy link

Dan503 commented Aug 1, 2017

Did you know that you can import .css files into sass projects by just importing the file and leaving off the file extension?

So instead of this:

@import 'path/to/file.css';

Try this:

@import 'path/to/file';

It should magically work.

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

No branches or pull requests

3 participants