Hi @codecalm - Great work on Tabler! I really love the look and feel!
I was wondering if you could publish the SCSS on NPM. That will make it easy to integrate with projects that are using SCSS, while allowing those projects to override certain things.
Thanks for considering!
I pushed in version 0.0.19, but I think that is not so elegant solution. Do you have any ideas how to serve via npm compiled assets and scss files?
My dream is build structure like:
|-- tabler.css
|-- tabler.min.css
|-- etc.
scss
|-- scss source files
js
|-- tabler.js
|-- tabler.min.js
|-- etc.
The question is how to serve static files, like fonts, images required to works, etc.
@codecalm I believe if you pushed the scss files in the src directory instead of the dist directory then the npm package would become more extensible.
@Baril27 i've moved it to npm, check is it ok
@codecalm Yep that is a lot better thank you!
Duplicate of #64
Most helpful comment
@codecalm I believe if you pushed the scss files in the
srcdirectory instead of thedistdirectory then the npm package would become more extensible.