@bedrock-layout/css
Pure CSS version of the Bedrock Layout Primitives
Full docs at: bedrock-layout.dev
EXPERIMENTAL
How to install
npm install @bedrock-layout/css
How to import
You can import all the entire CSS bundle like this:
import '@bedrock-layout/css/lib/bedrock-layout.css';
Or you can import just the parts you want from the components directory
import '@bedrock-layout/css/lib/components/spaceing-properties.css';
import '@bedrock-layout/css/lib/components/reset.css';
import '@bedrock-layout/css/lib/components/stack.css';
import '@bedrock-layout/css/lib/components/center.css';