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

Build CSS with .scss extension to support SASS re #11 #16

Merged
merged 1 commit into from
Feb 4, 2016
Merged

Build CSS with .scss extension to support SASS re #11 #16

merged 1 commit into from
Feb 4, 2016

Conversation

iamstuartwilson
Copy link
Contributor

@leejordan, super simple, but gets around the fact that non ruby version of the SASS compiler will not inline @import calls to anything with a .css extension. #11

This will mean people can import the entire reflex lib into a SASS/SCSS file from node_modules like so:

// Wherever this sits in relation to your SASS file
$path-node-modules: '../../node_modules';

@import '#{$path-node-modules}/reflex-grid/scss/reflex';

👍

leejordan added a commit that referenced this pull request Feb 4, 2016
Build CSS with .scss extension to support SASS re #11
@leejordan leejordan merged commit 7083d04 into leejordan:master Feb 4, 2016
@leejordan
Copy link
Owner

Thanks

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