Export CSS
-
A first try of exporting CSS resulted in the colour Name being assigned to the class and not the css name e.g.
Colour Code: #FFFFFF
Name: Button Text
CSS Name: button-textResult
.Button Text {
color:#FFFFFF;
}Or have I misunderstood the logic of the Name field?
Is it supposed to be the actual css selector name and not simply a plain english title for each colour?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Export CSS’ is closed to new replies.