Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LESS versions of CSS skins #704

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

LESS versions of CSS skins #704

wants to merge 1 commit into from

Conversation

aguyawry
Copy link

Hope you will consider this request since it would be very helpful for folks using LESS who would like to use the default skins.

I have added LESS versions of the CSS files since the CSS will not compile when imported as LESS files due to the filter attribute values.

For instance doing:

@import (less) "jquery-colorbox/example5/colorbox.css";

fails with syntax errors. Importing without the “(less)” option above will result in preservation of an import statement at the top of the resulting CSS file which is not ideal.

It would be nice to have these files available in order to use the library directly from bower and not have to manage a forked version.

Cheers!

Adding LESS versions of the CSS files since the CSS will not compile
when imported as LESS files due to the filter attribute values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant