Skip to content

Are all components available as CSS components? #414

Answered by renet
ReneZYY asked this question in Q&A
Discussion options

You must be logged in to vote

According to the docs, you can either import @emdgroup-liquid/liquid/dist/css/liquid.css from the npm package, which includes all the base styles and every available CSS component at once, or you can import @emdgroup-liquid/liquid/dist/css/liquid.global.css for only the base styles and then import the styles for the desired CSS component from @emdgroup-liquid/liquid/dist/css/<component-name>.css.

If you can't use a Node.js package manager like npm or yarn, you may also download the package directly as .tgz file from: https://registry.npmjs.org/@emdgroup-liquid/liquid/-/liquid-<version-number>.tgz, so for example the currently latest version can be downloaded here: https://registry.npmjs.o…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by borisdiakur
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Not really an issue but more a question.
3 participants
Converted from issue

This discussion was converted from issue #408 on August 26, 2022 11:01.