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

Add package.json for publishing to npm #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add package.json for publishing to npm #28

wants to merge 1 commit into from

Conversation

emilbayes
Copy link

Hi Daniel,

Awesome work! I've made this pull request to make it easier for people using node.js module loading system to overload css @import statements. It makes it a lot easier to manage dependencies such as icons fonts in ones projects. Eg.

@import 'entypo';

.view-details {
  font-family: 'entypo';
  //...
}

I've prepared the package.json file for you, and all you need to do is to publish it to the npm registry: https://www.youtube.com/watch?v=BkotrAFtBM0

@DerekTBrown
Copy link

+1

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