Releases: itsjustlogan/microncss
v1.0.0-rc.2
Changes
This release has fixed the following:
- Problem: Some classes have no hover, focus, or active states.
- Certain classes were missing their state classes (hover, focus, active). This has been fixed.
This release has added the following
- New mobile first breakpoints available on all utility classes.
- Colors have been added! Available for text, backgrounds, borders etc.
- Scale goes up to 200%.
Please visit docs for full details, on how to implement these new features.
Visit microncss.com for full documentation.
Installation
npm
npm install microncss --save-dev
cdn
<link rel="stylesheet" href="https://unpkg.com/microncss@latest" />
v0.4.2
Changes
This release has fixed the following issues:
- Problem: Watching or building for production would remove special classes.
- The watcher or building for production would remove classes that used special characters(":/.") such as "hover:font-2xl", "p-2.5" or "w-4/5". This issue has been fixed.
- Problem: "display" and "position" properties are broken.
- This was caused by a spelling error in the code that builds those styles and has been fixed in this release.
Visit microncss.com for full documentation.
Installation
npm
npm install microncss --save-dev
cdn
<link rel="stylesheet" href="https://unpkg.com/microncss@0.4.2" />
v0.3.2
*This release is generally stable with no current plans for breaking changes.*
Changes
This release has added the following:
- purgecss
- cssnano
- watcher
- docs with all classes for reference.
Installation
npm
npm install microncss --save-dev
cdn
<link
rel="stylesheet"
href="https://unpkg.com/microncss@0.3.2/dist/micron.css"
/>
0.1.1 Project "MCU" Mini CSS Utility Library
This is an alpha-release.
This mini CSS utility library contains CSS reset, utility classes for padding margin, colors and much more.
CDN:
https://cdn.jsdelivr.net/gh/itsjustlogan/mini-css-utility-library@0.1.1/release-v0.1.1/index.0.1.1.css
To start using just link to the cdn in the head using link tag.
Local File
If you'd like the file locally, you can download it below. Just be sure to check back for new releases.