Skip to content

Commit

Permalink
merged CSS sectiosn in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bbarker committed Dec 1, 2020
1 parent c0bab43 commit 869b908
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@ wget -r -np -k https://labordynamicsinstitute.github.io/metajelo-ui/

(TODO)

## Modifying existing CSS
## CSS for Metajelo UI

By default, CSS files are retrieved from a [separate repository](https://github.com/labordynamicsinstitute/metajelo-ui-css-classes) using `scripts/getcss`; the file `css/style.css` contains some default styles used in our examples.
Feel free to include it, or modify it (renaming the file is also possible):

```html
<link rel="stylesheet" href="css/style.css">
```

### Modifying existing CSS

Once you've retrieved a build, as discussed above, or built metajelo-ui,
you may wish to modify the styles. You can modify the retrieved
Expand Down Expand Up @@ -79,15 +88,6 @@ the command in the container with the CWD mounted and then exit. Alternatively
if you want to issue multiple commands in the container quickly, you can
run `./psc.sh bash`.

## Styling with CSS as part of a build

By default, CSS files are retrieved from a [separate repository](https://github.com/labordynamicsinstitute/metajelo-ui-css-classes) using `scripts/getcss`; the file `css/style.css` contains some default styles used in our examples.
Feel free to include it, or modify it (renaming the file is also possible):

```html
<link rel="stylesheet" href="css/style.css">
```

## Debugging

For an unminified build that is easier to debug from the browser, use
Expand Down

0 comments on commit 869b908

Please sign in to comment.