UNPKG

@bedrock-layout/css

Version:
27 lines (17 loc) 672 B
# `@bedrock-layout/css` Pure CSS version of the Bedrock Layout Primitives Full docs at: [bedrock-layout.dev](https://bedrock-layout.dev/) ## How to install `npm install @bedrock-layout/css` ## How to import You can import all the entire CSS bundle like this: ```javascript import '@bedrock-layout/css/lib/bedrock-layou.min.css'; ``` Or you can import just the parts you want from the components directory ```javascript import '@bedrock-layout/css/lib/components/spaceing-properties.min.css'; import '@bedrock-layout/css/lib/reset.min.css'; import '@bedrock-layout/css/lib/components/stack.min.css'; import '@bedrock-layout/css/lib/components/center.min.css'; ```