mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-04-03 04:25:53 +02:00
9 lines
117 B
JavaScript
9 lines
117 B
JavaScript
import { styles } from "../ssr.js";
|
|
|
|
styles.css`
|
|
#library-url-form {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
}
|
|
`;
|