- Notifications
You must be signed in to change notification settings - Fork3
License
labordynamicsinstitute/metajelo-ui-css-classes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CSS class names formetajelo-webandmetajelo-ui.
API docs are availableon Pursuit.
In particular, developers editing CSS will be interestedin:
- CSS class names for metajelo-web; used for rendering Metajelo documents
- CSS class names for metajelo-ui; used for editing or creating Metajelo documents
- Common CSS class names representing semantic meaning from themetajelo schema (already included in the above lists)
- Actual CSS filesfor metajelo-webandfor metajelo-ui.Note that, as metajelo-ui uses metajelo-webas a dependency, so to does the CSS for metajelo-ui use (import)the CSS for metajelo-web; if you are developing or hosting metajelo-ui,you may still take into account the CSS for metajelo-web, as they are operatingin different namespaces, side-by-side.
Use the docker container below for these build steps, if in doubt.
npm installnpm run build
First build the image:
./build-docker.sh
Run a command , e.g.
./psc.sh npm run build
. This will run thenpm run build
command in the container with the CWD mounted and then exit. Alternatively ifyou want to issue multiple commands in the container quickly, you can run./psc.sh bash
.
A snapshot ofmetajelo-ui'sDOM is included inindex.html
, with a few modificationsin the<head>
element to make it work with the unpacked CSS in this repository(see the comments inindex.html
for details if updating the DOM snapshot).Note that sincemetajelo-webis included in the metajelo-ui repository as a dependency,the CSS styling for metajelo-web is included in the preview as well.
About
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.