0.2.8 • Published 5 years ago

@iliad/artemis v0.2.8

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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';

//...
0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.3

5 years ago

0.2.4

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago