Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chimeracss) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ChimeraCSS
Classless CSS framework with a Clean, soft and modern design inspired By SakuraCSS and Marx.
Why?
Classless css frameworks is great for building beautiful UI, without worrying about unresponsive and unacessible elements. Chimera does the element styling for you, which only leaves the layout to you. For building MVPs fast and building UI without a designsystem; Chimera is a great framework.
Goals
What we want to achieve for the framework is as following:
- Easy to implement into private projects
- Clean, soft and modern design
- Responsive by default
- Acessible elements
- Compatibility with classbased css-frameworks
How?
You can implement chimera into your private project by including this tag in your HTML header. (Remember to declare version where ":version" is, in the URL)
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/chimeracss@:version/css/chimera.css"
/>You can also download the ChimeraCSS package and directly link to the Chimera.css file:
npm install chimeracssor
yarn add chimeracssLicense
You can check out the full license here This project is licensed under the terms of the Apache License 2.0 license.