Closed neysimoes closed 7 years ago
@neysimoes Excellent proposal!
Let me a time for make tests and accept you PR ;)
Hi @neysimoes recently I added a alpha version 4.7.1-alpha.1
with you new structure and other improves to make more compatible this package, could you test this last version please?
@raulghm I have tested and the project entry point is wrong.
change "main": "index.js"
to "main": "lib/font-awesome-stylus.js"
on package.json
Hi! We can change directory structure to simplify font-awesome-stylus usage.
Example of requiring and using font-awesome middleware to create compile function to utilize in other frameworks.
To import whole font-awesome in your stylus file:
We need change
stylus
folder name tofont-awesome
and add a simpleindex.js
file with:And add
"main": "index.js"
onpackage.json
.