@vlalg-nimbus/mystery-box-css-framework
v2.0.0
Published
MysteryBox - CSS Framework
Downloads
71
Maintainers
Readme
A simplistic CSS Framework. Internally it is already using the @vlalg-nimbus/bee-css-reset
and @vlalg-nimbus/chameleon-grid-layout
libs.
To get all available classes, look at the documentation.
How to use?
CDN
To use the CSS file via CDN, or if you prefer, you can use the auto-import file (JS) via CDN, it can be done this way:
Links:
https://unpkg.com/@vlalg-nimbus/mystery-box-css-framework/dist/mystery-box-css-framework.min.css
// or
https://unpkg.com/@vlalg-nimbus/mystery-box-css-framework/dist/mystery-box-css-framework.min.js
To install
npm i @vlalg-nimbus/mystery-box-css-framework
or
yarn add @vlalg-nimbus/mystery-box-css-framework
To use, just import the CSS file. I do not recommend using the auto import file (IIFE), this avoids possible conflicts if your system does not support IIFE.
import '@vlalg-nimbus/mystery-box-css-framework/dist/mystery-box-css-framework.min.css'
Browser support
These were some of the browsers tested:
- Chrome
- Edge
- Firefox ESR+
- Internet Explorer 10+
- Safari 8+
- Opera
I didn't mention the all versions, but I guarantee that it works correctly in 99% of browsers that have already been previously tested. The tests were carried out on browserling and browserstack.