Hi Leo, I think that is absolutely no problem. You can take a look into my example [1] where I'm using additional.css file to draw hex on my website [2]
That css is included in index.html template [3]. During the build you are pointing that template by using compiler option: -html-template=src/resources/mdl-js-index-template.html Example of usage one of the class from the css file [4]. [1] https://github.com/piotrzarzycki21/TranspiledActionScript/blob/examples/Examples/TranspiledActionScriptWebsite/src/resources/additional.css [2] http://transpiledactionscript.com/ [3] https://github.com/piotrzarzycki21/TranspiledActionScript/blob/33fbb8c9a4342ae92e6eaf57aa10eb64c0566933/Examples/TranspiledActionScriptWebsite/src/resources/mdl-js-index-template.html#L26 [4] https://github.com/piotrzarzycki21/TranspiledActionScript/blob/33fbb8c9a4342ae92e6eaf57aa10eb64c0566933/Examples/TranspiledActionScriptWebsite/src/views/MainView.mxml#L107 Thanks, Piotr wt., 21 sie 2018 o 12:22 leokan23 <[email protected]> napisaĆ(a): > I am evaluating Royale for a very small project and I was wondering if > there > is a tutorial or it is even possible to change the overall look of the > components with just CSS. > > For example, this is a button css I made for testing: > > > > Can I use this somehow for "skinning" my button? > > If there is a tutorial, other than sample code, I would appreciate it. > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*
