justgage / tachyons-elm

This is simple bindings to Tachyons (A functionall CSS library) in Elm. Aids in auto-completion.

Home Page:http://package.elm-lang.org/packages/justgage/tachyons-elm/latest/Tachyons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

writing custom css

afidegnum opened this issue · comments

is there a way to modify or write my own css classes on top of this?

i hope this package gets maintained for a long period of time

Tachyons is just a CSS library, so you can just include any CSS file in your HTML. Also you could modify Tachyons itself and include it. Just don't do tachyons.css in your elm code.

I haven't maintained it greatly, but also, it doesn't need much maintenance because the elm files are generated from the Tachyons file automatically and the Tachyons doesn't change very rapidly.

Tell me if that answers your question :)

Thanks a lot, i have noticed the css file which can be generated, i can chip in my css-rule there as well,

but i Open a new issue related to SVG, i think there is an interference.

Ok sounds good 👍