StyleSheet
Hi
Does you plugin support stylesheet compiling? I'm still using flex 3 with stylesheets.
regards
Cyrill
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Yennick Trevels on 15 Oct, 2011 10:58 AM
Hi Cyrill,
I think it should be possible by specifying this in your build.gradle file:
type = 'swf'
mainClass = 'myStyles.css'
where the myStyles.css file is located in your source directory. I tried it myself and had some problems with the 3.x versions, so maybe it's best to use version 0.2.4 until 3.x is released on maven central.
2 Posted by Cyrill on 16 Oct, 2011 10:55 AM
Hi..
It works.. had to play around with build.gradle. :)
type = 'swf'
srcDirs = ['/src/template/i_engineers/styles/']
mainClass = 'i_engineers.css'
output = 'template/i_engineers/styles/i_engineers'
Support Staff 3 Posted by Yennick Trevels on 16 Oct, 2011 11:55 AM
Awesome! :)
Yennick Trevels closed this discussion on 16 Oct, 2011 11:55 AM.