Tabler: Publish SCSS file to npm

Created on 1 Apr 2018  路  5Comments  路  Source: tabler/tabler

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!

Most helpful comment

@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.

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

amonzer picture amonzer  路  4Comments

joshi-chinmay picture joshi-chinmay  路  6Comments

masihfathi picture masihfathi  路  3Comments

shirshak55 picture shirshak55  路  4Comments

ZeoNish picture ZeoNish  路  3Comments