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

crypsis.less : import custom.less should be on the last row #6110

Closed
rich20 opened this issue Sep 9, 2018 · 0 comments
Closed

crypsis.less : import custom.less should be on the last row #6110

rich20 opened this issue Sep 9, 2018 · 0 comments
Labels
Milestone

Comments

@rich20
Copy link
Member

rich20 commented Sep 9, 2018

Now we have the custom.less in the second row. Therefore many code changes will not displayed anymore and you must add important at the end. Import custom.less should be at the last row.
The same is in the crypsisb3.less

#kunena.layout {
@import 'variables.less';
@import 'custom.less'; now she is here
@import 'quirks.less';
@import 'general.less';
@import 'editor.less';
@import 'icons.less';
@import 'user.less';
@import 'profile.less';
@import 'categories.less';
@import 'mediaqueries.less';
@import 'twitter.less';
@import 'custom.less'; it should be here
/* @import 'debug'; */
}

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

No branches or pull requests

2 participants