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
Right now we have
dist/
variables.scss
variables.less
dist/esm/
src/
I propose:
lib/css/
lib/scss/
lib/less/
lib/cjs/
lib/esm/
core.bundle.js
The text was updated successfully, but these errors were encountered:
adidahiya
No branches or pull requests
Right now we have
dist/
for CJS modules, CSS,variables.scss
,variables.less
dist/esm/
for ES modulessrc/
for Sass & TS sourcesI propose:
lib/css/
for styleslib/scss/
forvariables.scss
lib/less/
forvariables.less
lib/cjs/
for CJS moduleslib/esm/
for ES modulesdist/
for UMD bundles (core.bundle.js
)src/
for Sass & TS sources (sourcemaps work best this way)The text was updated successfully, but these errors were encountered: