properties
changelog

Grid Presets

Use preset, grid layout combinations.

Usage:

  • @grid preset-*;

Reference

shilp.config.js
/** @type {import('shilpcss/types').ShilpConfig} */
const shilpConfig = {
  source: "react",

  properties: {
    grid: {
      preset: {
        property: "grid: <v><i>;",
        values: {
          none: "none",
        },
      },
    },
  },
};

export default shilpConfig;

Published at:

Last updated at: