We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This looks great! However this uses classes like column and row that can easily conflict with other css frameworks.
column
row
Is there a way to generate a css with a namespace? e.g. chartcss-row Something like https://purecss.io/ where every class has pure-...
chartcss-row
pure-...
It would be great if there is an alternative compiled css with namespaces.
The text was updated successfully, but these errors were encountered:
I second that. I like the idea of compiling to both a namespaced and original css.
Sorry, something went wrong.
This could work well with a SASS variable $chartsCssNamespace = '' that's empty by default.
$chartsCssNamespace = ''
For users who don't want SASS, then compiling to two separate distributions (one with and one without namespacing) would work well.
ramiy
No branches or pull requests
This looks great!
However this uses classes like
column
androw
that can easily conflict with other css frameworks.Is there a way to generate a css with a namespace? e.g.
chartcss-row
Something like https://purecss.io/ where every class has
pure-...
It would be great if there is an alternative compiled css with namespaces.
The text was updated successfully, but these errors were encountered: