0.2.8 • Published 5 years ago
@iliad/artemis v0.2.8
Artemis, god it's easy!
This package is a personal experiment of how to make a css framework.
It is not production ready and is (until now) undocumented
export default function App() {
return (
<div className={'text-x-center margin-2 dark row'}>
<div className={'col')}>
Hello
</div>
<div className={'col'}>
World!
</div>
</div>
);
}
index.js
import '@iliad/artemis/css/artemis.css';
Import specific stylesheet
Artemis can be imported piece by piece
import '@iliad/artemis/css/display.css';
import '@iliad/artemis/css/row.css';
//or the minified versions
import '@iliad/artemis/css/min/alert.mini.css';
import '@iliad/artemis/css/min/navbar.mini.css';
//...