You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a way to import .ase files into CSS within my wordpress theme/plugin, but i'm not farmiliar with .hs files or if this would be possible to use on my server.
Do you have any documentation on how to use ace2css?
The text was updated successfully, but these errors were encountered:
The application is written in Haskell. Which means you would need to
install the Haskell toolchain to build it. Sorry I don't have any binaries
available. I added some brief instructions to the README.md to get you
started if you really want to build it from source. In theory it should be
simple -- but in practice, installing an entire compiler can get messy.
The usage of the program is very straight forward. After you download the
.ase file, you just do:
ase2css myfile.ase myfile.css
It takes all the color entries from the ase file and creates a css file
with the color data.
jeremy
On Sun, Jun 8, 2014 at 6:54 PM, nativeimaging [email protected]
wrote:
I was looking for a way to import .ase files into CSS within my wordpress
theme/plugin, but i'm not farmiliar with .hs files or if this would be
possible to use on my server.
Do you have any documentation on how to use ace2css?
—
Reply to this email directly or view it on GitHub #1.
I was looking for a way to import .ase files into CSS within my wordpress theme/plugin, but i'm not farmiliar with .hs files or if this would be possible to use on my server.
Do you have any documentation on how to use ace2css?
The text was updated successfully, but these errors were encountered: