Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

CSS import: problem with styles in comment #3478

Closed
ghost opened this issue Nov 29, 2011 · 3 comments
Closed

CSS import: problem with styles in comment #3478

ghost opened this issue Nov 29, 2011 · 3 comments
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Nov 29, 2011

When I import a CSS file, the styles in comment are not imported correctly.

The original code in the file "test" is:

.test1 {color:#0F0;}

/*
.test2 {color:#F00;}
*/

Download the attachments

--- Originally created by lionel on September 15th, 2011, at 03:13pm (ID 3478)

@leofeyer
Copy link
Member

Have you tried to put it this way:

/** .test2 {color:#F00;} **/

--- Originally created on September 15th, 2011, at 03:34pm

@ghost
Copy link
Author

ghost commented Nov 29, 2011

It doesn't work too

--- Originally created by lionel on September 15th, 2011, at 03:42pm

@leofeyer
Copy link
Member

leofeyer commented Jan 6, 2012

Fixed in ac0cc9f.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant